#0C5269

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

Shades of Blue Lagoon #0C5269

Tints of Blue Lagoon #0C5269

Color information

#0C5269 (or 0x0C5269) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 52 and 69. RGB value is (12,82,105). Sum of RGB (Red+Green+Blue) = 12+82+105=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C5269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5269 is #F3AD96. Grayscale: #3F3F3F. Windows color (decimal): -15969687 or 6902284. OLE color: 6902284.

HSL color Cylindrical-coordinate representation of color #0C5269: hue angle of 194.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5269 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1282105-
CMYK0.890.2200.59
HSL194.84º79.49%22.94%-
HSV(B)194.84º88.57%41.18%-
XYZ5.727.1314.44-
YUV63.69151.3191.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.03%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=6.03%
G=41.21%
B=52.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12821050.890.2200.59194.8479.4922.94
HexC5269591603Bc34f17
Octal141221511312607330311727
Binary110010100101101001101100110110011101111000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5269; }

 p { color: rgb(12,82,105); }

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

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

 a { background-color: rgb(12,82,105); }

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

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

 span { border-color: rgb(12,82,105); }

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