Html Css Color HEX #095371 Blue Lagoon

📋 copy color: '#095371'

red 9 ◦ green 83 ◦ blue 113

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

Shades of Blue Lagoon #095371

Tints of Blue Lagoon #095371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 4.39%
G = 40.49%
B = 55.12%

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

#095371 (or 0x095371) is known color: Blue Lagoon. HEX triplet: 09, 53 and 71. RGB value is (9,83,113). Sum of RGB (Red+Green+Blue) = 9+83+113=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #095371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095371 is #F6AC8E. Grayscale: #404040. Windows color (decimal): -16166031 or 7426825. OLE color: 7426825.

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

Color convert

RGB 9 83 113 -
CMYK 0.92 0.27 0 0.56
HSL 197.31º 0.85% 0.24% -
HSV(B) 197.31º 0.92% 0.44% -
XYZ 6.19 7.44 16.73 -
YUV 64.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 9 83 113 0.92 0.27 0 0.56 197.31 0.85 0.24
Hex 9 53 71 5C 1B 0 38 C5 55 18
Octal 11 123 161 134 33 0 70 305 125 30
Binary 1001 1010011 1110001 1011100 11011 0 111000 11000101 1010101 11000

Color Harmonies of #095371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095371

Black with #095371

Text Example


Text Example

White with #095371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095371; }

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

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

background-color css

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

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

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

border-color css

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

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

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