#095D67

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

Shades of Blue Lagoon #095D67

Tints of Blue Lagoon #095D67

Color information

#095D67 (or 0x095D67) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5D and 67. RGB value is (9,93,103). Sum of RGB (Red+Green+Blue) = 9+93+103=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #095D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D67 is #F6A298. Grayscale: #444444. Windows color (decimal): -16163481 or 6774025. OLE color: 6774025.

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

Color convert

RGB993103-
CMYK0.910.1000.60
HSL186.38º83.93%21.96%-
HSV(B)186.38º91.26%40.39%-
XYZ6.488.8714.2-
YUV69.02147.1785.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 93 (36.72% from 255) = 45.37%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=4.39%
G=45.37%
B=50.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9931030.910.1000.60186.3883.9321.96
Hex95D675BA03Cba5416
Octal111351471331207427212426
Binary10011011101110011110110111010011110010111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095D67; }

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

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

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

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

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

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

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

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