Html Css Color HEX #095570 Blue Lagoon

📋 copy color: '#095570'

red 9 ◦ green 85 ◦ blue 112

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

Shades of Blue Lagoon #095570

Tints of Blue Lagoon #095570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

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

R = 4.37%
G = 41.26%
B = 54.37%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095570 (or 0x095570) is known color: Blue Lagoon. HEX triplet: 09, 55 and 70. RGB value is (9,85,112). Sum of RGB (Red+Green+Blue) = 9+85+112=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #095570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095570 is #F6AA8F. Grayscale: #414141. Windows color (decimal): -16165520 or 7361801. OLE color: 7361801.

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

Color convert

RGB 9 85 112 -
CMYK 0.92 0.24 0 0.56
HSL 195.73º 0.85% 0.24% -
HSV(B) 195.73º 0.92% 0.44% -
XYZ 6.29 7.72 16.49 -
YUV 65.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 9 85 112 0.92 0.24 0 0.56 195.73 0.85 0.24
Hex 9 55 70 5C 18 0 38 C4 55 18
Octal 11 125 160 134 30 0 70 304 125 30
Binary 1001 1010101 1110000 1011100 11000 0 111000 11000100 1010101 11000

Color Harmonies of #095570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095570

Black with #095570

Text Example


Text Example

White with #095570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095570; }

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

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

background-color css

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

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

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

border-color css

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

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

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