Html Css Color HEX #095573 Blue Lagoon

📋 copy color: '#095573'

red 9 ◦ green 85 ◦ blue 115

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

Shades of Blue Lagoon #095573

Tints of Blue Lagoon #095573

RGB

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

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

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

R = 4.31%
G = 40.67%
B = 55.02%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095573 (or 0x095573) is known color: Blue Lagoon. HEX triplet: 09, 55 and 73. RGB value is (9,85,115). Sum of RGB (Red+Green+Blue) = 9+85+115=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #095573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095573 is #F6AA8C. Grayscale: #414141. Windows color (decimal): -16165517 or 7558409. OLE color: 7558409.

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

Color convert

RGB 9 85 115 -
CMYK 0.92 0.26 0 0.55
HSL 196.98º 0.85% 0.24% -
HSV(B) 196.98º 0.92% 0.45% -
XYZ 6.46 7.79 17.38 -
YUV 65.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 9 85 115 0.92 0.26 0 0.55 196.98 0.85 0.24
Hex 9 55 73 5C 1A 0 37 C5 55 18
Octal 11 125 163 134 32 0 67 305 125 30
Binary 1001 1010101 1110011 1011100 11010 0 110111 11000101 1010101 11000

Color Harmonies of #095573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095573

Black with #095573

Text Example


Text Example

White with #095573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095573; }

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

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

background-color css

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

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

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

border-color css

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

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

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