Html Css Color HEX #095A72 Blue Lagoon

📋 copy color: '#095A72'

red 9 ◦ green 90 ◦ blue 114

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

Shades of Blue Lagoon #095A72

Tints of Blue Lagoon #095A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.25%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 4.23%
G = 42.25%
B = 53.52%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095A72 (or 0x095A72) is known color: Blue Lagoon. HEX triplet: 09, 5A and 72. RGB value is (9,90,114). Sum of RGB (Red+Green+Blue) = 9+90+114=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #095A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A72 is #F6A58D. Grayscale: #444444. Windows color (decimal): -16164238 or 7494153. OLE color: 7494153.

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

Color convert

RGB 9 90 114 -
CMYK 0.92 0.21 0 0.55
HSL 193.71º 0.85% 0.24% -
HSV(B) 193.71º 0.92% 0.45% -
XYZ 6.81 8.59 17.22 -
YUV 68.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 9 90 114 0.92 0.21 0 0.55 193.71 0.85 0.24
Hex 9 5A 72 5C 15 0 37 C2 55 18
Octal 11 132 162 134 25 0 67 302 125 30
Binary 1001 1011010 1110010 1011100 10101 0 110111 11000010 1010101 11000

Color Harmonies of #095A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A72

Black with #095A72

Text Example


Text Example

White with #095A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A72; }

 p { color: rgb(9,90,114); }

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

background-color css

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

 a { background-color: rgb(9,90,114); }

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

border-color css

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

 span { border-color: rgb(9,90,114); }

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