Html Css Color HEX #095470 Blue Lagoon

📋 copy color: '#095470'

red 9 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #095470

Tints of Blue Lagoon #095470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 4.39%
G = 40.98%
B = 54.63%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095470 (or 0x095470) is known color: Blue Lagoon. HEX triplet: 09, 54 and 70. RGB value is (9,84,112). Sum of RGB (Red+Green+Blue) = 9+84+112=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #095470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095470 is #F6AB8F. Grayscale: #404040. Windows color (decimal): -16165776 or 7361545. OLE color: 7361545.

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

Color convert

RGB 9 84 112 -
CMYK 0.92 0.25 0 0.56
HSL 196.31º 0.85% 0.24% -
HSV(B) 196.31º 0.92% 0.44% -
XYZ 6.21 7.57 16.46 -
YUV 64.77 154.65 88.22 -
System Red Green Blue C M Y K H S L
Decimal 9 84 112 0.92 0.25 0 0.56 196.31 0.85 0.24
Hex 9 54 70 5C 19 0 38 C4 55 18
Octal 11 124 160 134 31 0 70 304 125 30
Binary 1001 1010100 1110000 1011100 11001 0 111000 11000100 1010101 11000

Color Harmonies of #095470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095470

Black with #095470

Text Example


Text Example

White with #095470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095470; }

 p { color: rgb(9,84,112); }

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

background-color css

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

 a { background-color: rgb(9,84,112); }

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

border-color css

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

 span { border-color: rgb(9,84,112); }

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