Html Css Color HEX #095471 Blue Lagoon

📋 copy color: '#095471'

red 9 ◦ green 84 ◦ blue 113

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

Shades of Blue Lagoon #095471

Tints of Blue Lagoon #095471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 4.37%
G = 40.78%
B = 54.85%

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

#095471 (or 0x095471) is known color: Blue Lagoon. HEX triplet: 09, 54 and 71. RGB value is (9,84,113). Sum of RGB (Red+Green+Blue) = 9+84+113=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #095471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095471 is #F6AB8E. Grayscale: #404040. Windows color (decimal): -16165775 or 7427081. OLE color: 7427081.

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

Color convert

RGB 9 84 113 -
CMYK 0.92 0.26 0 0.56
HSL 196.73º 0.85% 0.24% -
HSV(B) 196.73º 0.92% 0.44% -
XYZ 6.26 7.59 16.76 -
YUV 64.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 9 84 113 0.92 0.26 0 0.56 196.73 0.85 0.24
Hex 9 54 71 5C 1A 0 38 C5 55 18
Octal 11 124 161 134 32 0 70 305 125 30
Binary 1001 1010100 1110001 1011100 11010 0 111000 11000101 1010101 11000

Color Harmonies of #095471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095471

Black with #095471

Text Example


Text Example

White with #095471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095471; }

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

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

background-color css

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

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

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

border-color css

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

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

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