Html Css Color HEX #095370 Blue Lagoon

📋 copy color: '#095370'

red 9 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #095370

Tints of Blue Lagoon #095370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 4.41%
G = 40.69%
B = 54.9%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095370 (or 0x095370) is known color: Blue Lagoon. HEX triplet: 09, 53 and 70. RGB value is (9,83,112). Sum of RGB (Red+Green+Blue) = 9+83+112=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #095370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095370 is #F6AC8F. Grayscale: #3F3F3F. Windows color (decimal): -16166032 or 7361289. OLE color: 7361289.

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

Color convert

RGB 9 83 112 -
CMYK 0.92 0.26 0 0.56
HSL 196.89º 0.85% 0.24% -
HSV(B) 196.89º 0.92% 0.44% -
XYZ 6.13 7.41 16.44 -
YUV 64.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 9 83 112 0.92 0.26 0 0.56 196.89 0.85 0.24
Hex 9 53 70 5C 1A 0 38 C5 55 18
Octal 11 123 160 134 32 0 70 305 125 30
Binary 1001 1010011 1110000 1011100 11010 0 111000 11000101 1010101 11000

Color Harmonies of #095370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095370

Black with #095370

Text Example


Text Example

White with #095370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095370; }

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

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

background-color css

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

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

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

border-color css

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

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

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