Html Css Color HEX #095472 Blue Lagoon

📋 copy color: '#095472'

red 9 ◦ green 84 ◦ blue 114

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

Shades of Blue Lagoon #095472

Tints of Blue Lagoon #095472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 4.35%
G = 40.58%
B = 55.07%

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

#095472 (or 0x095472) is known color: Blue Lagoon. HEX triplet: 09, 54 and 72. RGB value is (9,84,114). Sum of RGB (Red+Green+Blue) = 9+84+114=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #095472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095472 is #F6AB8D. Grayscale: #404040. Windows color (decimal): -16165774 or 7492617. OLE color: 7492617.

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

Color convert

RGB 9 84 114 -
CMYK 0.92 0.26 0 0.55
HSL 197.14º 0.85% 0.24% -
HSV(B) 197.14º 0.92% 0.45% -
XYZ 6.32 7.61 17.06 -
YUV 65 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 9 84 114 0.92 0.26 0 0.55 197.14 0.85 0.24
Hex 9 54 72 5C 1A 0 37 C5 55 18
Octal 11 124 162 134 32 0 67 305 125 30
Binary 1001 1010100 1110010 1011100 11010 0 110111 11000101 1010101 11000

Color Harmonies of #095472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095472

Black with #095472

Text Example


Text Example

White with #095472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095472; }

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

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

background-color css

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

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

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

border-color css

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

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

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