Html Css Color HEX #095673 Blue Lagoon

📋 copy color: '#095673'

red 9 ◦ green 86 ◦ blue 115

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

Shades of Blue Lagoon #095673

Tints of Blue Lagoon #095673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 4.29%
G = 40.95%
B = 54.76%

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

#095673 (or 0x095673) is known color: Blue Lagoon. HEX triplet: 09, 56 and 73. RGB value is (9,86,115). Sum of RGB (Red+Green+Blue) = 9+86+115=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #095673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095673 is #F6A98C. Grayscale: #424242. Windows color (decimal): -16165261 or 7558665. OLE color: 7558665.

HSL color Cylindrical-coordinate representation of color #095673: hue angle of 196.42º 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 #095673 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 86 115 -
CMYK 0.92 0.25 0 0.55
HSL 196.42º 0.85% 0.24% -
HSV(B) 196.42º 0.92% 0.45% -
XYZ 6.53 7.95 17.41 -
YUV 66.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 9 86 115 0.92 0.25 0 0.55 196.42 0.85 0.24
Hex 9 56 73 5C 19 0 37 C4 55 18
Octal 11 126 163 134 31 0 67 304 125 30
Binary 1001 1010110 1110011 1011100 11001 0 110111 11000100 1010101 11000

Color Harmonies of #095673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095673

Black with #095673

Text Example


Text Example

White with #095673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095673; }

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

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

background-color css

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

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

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

border-color css

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

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

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