Html Css Color HEX #095270 Blue Lagoon

📋 copy color: '#095270'

red 9 ◦ green 82 ◦ blue 112

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

Shades of Blue Lagoon #095270

Tints of Blue Lagoon #095270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 4.43%
G = 40.39%
B = 55.17%

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

#095270 (or 0x095270) is known color: Blue Lagoon. HEX triplet: 09, 52 and 70. RGB value is (9,82,112). Sum of RGB (Red+Green+Blue) = 9+82+112=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #095270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095270 is #F6AD8F. Grayscale: #3F3F3F. Windows color (decimal): -16166288 or 7361033. OLE color: 7361033.

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

Color convert

RGB 9 82 112 -
CMYK 0.92 0.27 0 0.56
HSL 197.48º 0.85% 0.24% -
HSV(B) 197.48º 0.92% 0.44% -
XYZ 6.05 7.26 16.41 -
YUV 63.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 9 82 112 0.92 0.27 0 0.56 197.48 0.85 0.24
Hex 9 52 70 5C 1B 0 38 C5 55 18
Octal 11 122 160 134 33 0 70 305 125 30
Binary 1001 1010010 1110000 1011100 11011 0 111000 11000101 1010101 11000

Color Harmonies of #095270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095270

Black with #095270

Text Example


Text Example

White with #095270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095270; }

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

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

background-color css

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

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

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

border-color css

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

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

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