#095967

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

Shades of Blue Lagoon #095967

Tints of Blue Lagoon #095967

Color information

#095967 (or 0x095967) is unknown color: approx Blue Lagoon. HEX triplet: 09, 59 and 67. RGB value is (9,89,103). Sum of RGB (Red+Green+Blue) = 9+89+103=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #095967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095967 is #F6A698. Grayscale: #424242. Windows color (decimal): -16164505 or 6773001. OLE color: 6773001.

HSL color Cylindrical-coordinate representation of color #095967: hue angle of 188.94º 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 #095967 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB989103-
CMYK0.910.1400.60
HSL188.94º83.93%21.96%-
HSV(B)188.94º91.26%40.39%-
XYZ6.138.1814.09-
YUV66.68148.586.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=4.48%
G=44.28%
B=51.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9891030.910.1400.60188.9483.9321.96
Hex959675BE03Cbd5416
Octal111311471331607427512426
Binary10011011001110011110110111110011110010111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095967; }

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

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

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

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

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

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

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

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