#0C5263

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

Shades of Blue Lagoon #0C5263

Tints of Blue Lagoon #0C5263

Color information

#0C5263 (or 0x0C5263) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 52 and 63. RGB value is (12,82,99). Sum of RGB (Red+Green+Blue) = 12+82+99=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C5263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5263 is #F3AD9C. Grayscale: #3E3E3E. Windows color (decimal): -15969693 or 6509068. OLE color: 6509068.

HSL color Cylindrical-coordinate representation of color #0C5263: hue angle of 191.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5263 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB128299-
CMYK0.880.1700.61
HSL191.72º78.38%21.76%-
HSV(B)191.72º87.88%38.82%-
XYZ5.427.0112.87-
YUV63.01148.3191.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=6.22%
G=42.49%
B=51.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1282990.880.1700.61191.7278.3821.76
HexC5263581103Dc04e16
Octal141221431302107530011626
Binary110010100101100011101100010001011110111000000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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