Html Css Color HEX #095970 Blue Lagoon

📋 copy color: '#095970'

red 9 ◦ green 89 ◦ blue 112

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

Shades of Blue Lagoon #095970

Tints of Blue Lagoon #095970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 4.29%
G = 42.38%
B = 53.33%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095970 (or 0x095970) is known color: Blue Lagoon. HEX triplet: 09, 59 and 70. RGB value is (9,89,112). Sum of RGB (Red+Green+Blue) = 9+89+112=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #095970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095970 is #F6A68F. Grayscale: #434343. Windows color (decimal): -16164496 or 7362825. OLE color: 7362825.

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

Color convert

RGB 9 89 112 -
CMYK 0.92 0.21 0 0.56
HSL 193.4º 0.85% 0.24% -
HSV(B) 193.4º 0.92% 0.44% -
XYZ 6.61 8.37 16.6 -
YUV 67.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 9 89 112 0.92 0.21 0 0.56 193.4 0.85 0.24
Hex 9 59 70 5C 15 0 38 C1 55 18
Octal 11 131 160 134 25 0 70 301 125 30
Binary 1001 1011001 1110000 1011100 10101 0 111000 11000001 1010101 11000

Color Harmonies of #095970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095970

Black with #095970

Text Example


Text Example

White with #095970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095970; }

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

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

background-color css

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

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

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

border-color css

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

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

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