#095867

Color #095867 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #095867

Tints of Blue Lagoon #095867

Color information

#095867 (or 0x095867) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 67. RGB value is (9,88,103). Sum of RGB (Red+Green+Blue) = 9+88+103=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #095867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095867 is #F6A798. Grayscale: #414141. Windows color (decimal): -16164761 or 6772745. OLE color: 6772745.

HSL color Cylindrical-coordinate representation of color #095867: hue angle of 189.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095867 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB988103-
CMYK0.910.1500.60
HSL189.57º83.93%21.96%-
HSV(B)189.57º91.26%40.39%-
XYZ6.058.0214.06-
YUV66.09148.8387.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 103 (40.62% from 255) = 51.5%
R=4.5%
G=44%
B=51.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9881030.910.1500.60189.5783.9321.96
Hex958675BF03Cbe5416
Octal111301471331707427612426
Binary10011011000110011110110111111011110010111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095867; }

 p { color: rgb(9,88,103); }

 H1.HeaderClassName
 {
   color: #095867;
 }
 .AnyTagClassName
 {
   color: #095867;
 }
</style>
background-color css

<style>
 a { background-color: #095867; }

 a { background-color: rgb(9,88,103); }

 div.DivClassName
 {
   background-color: #095867;
 }
 .BgClassName
 {
   background-color: #095867;
 }
</style>
border-color css

<style>
 span { border-color: #095867; }

 span { border-color: rgb(9,88,103); }

 td.TdClassName
 {
   border-color: #095867;
 }
 .TagClassName
 {
   border-color: #095867;
 }
</style>