#095E67

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

Shades of Blue Lagoon #095E67

Tints of Blue Lagoon #095E67

Color information

#095E67 (or 0x095E67) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5E and 67. RGB value is (9,94,103). Sum of RGB (Red+Green+Blue) = 9+94+103=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #095E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E67 is #F6A198. Grayscale: #454545. Windows color (decimal): -16163225 or 6774281. OLE color: 6774281.

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

Color convert

RGB994103-
CMYK0.910.0900.60
HSL185.74º83.93%21.96%-
HSV(B)185.74º91.26%40.39%-
XYZ6.569.0414.23-
YUV69.61146.8484.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 103 (40.62% from 255) = 50%
R=4.37%
G=45.63%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9941030.910.0900.60185.7483.9321.96
Hex95E675B903Cba5416
Octal111361471331107427212426
Binary10011011110110011110110111001011110010111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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