#096272

Color #096272 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #096272

Tints of Blue Lagoon #096272

Color information

#096272 (or 0x096272) is unknown color: approx Blue Lagoon. HEX triplet: 09, 62 and 72. RGB value is (9,98,114). Sum of RGB (Red+Green+Blue) = 9+98+114=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #096272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096272 is #F69D8D. Grayscale: #494949. Windows color (decimal): -16162190 or 7496201. OLE color: 7496201.

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

Color convert

RGB998114-
CMYK0.920.1400.55
HSL189.14º85.37%24.12%-
HSV(B)189.14º92.11%44.71%-
XYZ7.5210.0117.46-
YUV73.21151.0182.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=4.07%
G=44.34%
B=51.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9981140.920.1400.55189.1485.3724.12
Hex962725CE037bd5518
Octal111421621341606727512530
Binary10011100010111001010111001110011011110111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096272; }

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

 H1.HeaderClassName
 {
   color: #096272;
 }
 .AnyTagClassName
 {
   color: #096272;
 }
</style>
background-color css

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

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

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

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

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

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