#0C6275

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

Shades of Blue Lagoon #0C6275

Tints of Blue Lagoon #0C6275

Color information

#0C6275 (or 0x0C6275) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 62 and 75. RGB value is (12,98,117). Sum of RGB (Red+Green+Blue) = 12+98+117=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C6275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6275 is #F39D8A. Grayscale: #4A4A4A. Windows color (decimal): -15965579 or 7692812. OLE color: 7692812.

HSL color Cylindrical-coordinate representation of color #0C6275: hue angle of 190.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6275 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1298117-
CMYK0.900.1600.54
HSL190.86º81.4%25.29%-
HSV(B)190.86º89.74%45.88%-
XYZ7.7310.118.37-
YUV74.45152.0183.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=5.29%
G=43.17%
B=51.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12981170.900.1600.54190.8681.425.29
HexC62755A10036bf5119
Octal141421651322006627712131
Binary110011000101110101101101010000011011010111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,98,117); }

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

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

 a { background-color: rgb(12,98,117); }

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

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

 span { border-color: rgb(12,98,117); }

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