Html Css Color HEX #095672 Blue Lagoon

📋 copy color: '#095672'

red 9 ◦ green 86 ◦ blue 114

#095672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #095672

Tints of Blue Lagoon #095672

RGB

 RED value IS 9 (3.91% from 255) = 4.31%

 GREEN value IS 86 (33.98% from 255) = 41.15%

 BLUE value IS 114 (44.92% from 255) = 54.55%

R = 4.31%
G = 41.15%
B = 54.55%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095672 (or 0x095672) is known color: Blue Lagoon. HEX triplet: 09, 56 and 72. RGB value is (9,86,114). Sum of RGB (Red+Green+Blue) = 9+86+114=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #095672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095672 is #F6A98D. Grayscale: #414141. Windows color (decimal): -16165262 or 7493129. OLE color: 7493129.

HSL color Cylindrical-coordinate representation of color #095672: hue angle of 196º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095672 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 86 114 -
CMYK 0.92 0.25 0 0.55
HSL 196º 0.85% 0.24% -
HSV(B) 196º 0.92% 0.45% -
XYZ 6.48 7.93 17.11 -
YUV 66.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 9 86 114 0.92 0.25 0 0.55 196 0.85 0.24
Hex 9 56 72 5C 19 0 37 C4 55 18
Octal 11 126 162 134 31 0 67 304 125 30
Binary 1001 1010110 1110010 1011100 11001 0 110111 11000100 1010101 11000

Color Harmonies of #095672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095672

Black with #095672

Text Example


Text Example

White with #095672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095672; }

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

 H1.HeaderClassName
 {
   color: #095672;
 }
 .AnyTagClassName
 {
   color: #095672;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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