#095667

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

Shades of Blue Lagoon #095667

Tints of Blue Lagoon #095667

Color information

#095667 (or 0x095667) is unknown color: approx Blue Lagoon. HEX triplet: 09, 56 and 67. RGB value is (9,86,103). Sum of RGB (Red+Green+Blue) = 9+86+103=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #095667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095667 is #F6A998. Grayscale: #404040. Windows color (decimal): -16165273 or 6772233. OLE color: 6772233.

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

Color convert

RGB986103-
CMYK0.910.1700.60
HSL190.85º83.93%21.96%-
HSV(B)190.85º91.26%40.39%-
XYZ5.897.6914.01-
YUV64.92149.4988.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.55%
GREEN value IS 86 (33.98% from 255) = 43.43%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=4.55%
G=43.43%
B=52.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9861030.910.1700.60190.8583.9321.96
Hex956675B1103Cbf5416
Octal111261471332107427712426
Binary100110101101100111101101110001011110010111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095667; }

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

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

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

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

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

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

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

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