Html Css Color HEX #095271 Blue Lagoon

📋 copy color: '#095271'

red 9 ◦ green 82 ◦ blue 113

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

Shades of Blue Lagoon #095271

Tints of Blue Lagoon #095271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

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

R = 4.41%
G = 40.2%
B = 55.39%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095271 (or 0x095271) is known color: Blue Lagoon. HEX triplet: 09, 52 and 71. RGB value is (9,82,113). Sum of RGB (Red+Green+Blue) = 9+82+113=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #095271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095271 is #F6AD8E. Grayscale: #3F3F3F. Windows color (decimal): -16166287 or 7426569. OLE color: 7426569.

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

Color convert

RGB 9 82 113 -
CMYK 0.92 0.27 0 0.56
HSL 197.88º 0.85% 0.24% -
HSV(B) 197.88º 0.92% 0.44% -
XYZ 6.11 7.28 16.71 -
YUV 63.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 9 82 113 0.92 0.27 0 0.56 197.88 0.85 0.24
Hex 9 52 71 5C 1B 0 38 C6 55 18
Octal 11 122 161 134 33 0 70 306 125 30
Binary 1001 1010010 1110001 1011100 11011 0 111000 11000110 1010101 11000

Color Harmonies of #095271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095271

Black with #095271

Text Example


Text Example

White with #095271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095271; }

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

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

background-color css

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

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

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

border-color css

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

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

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