#0C6273

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

Shades of Blue Lagoon #0C6273

Tints of Blue Lagoon #0C6273

Color information

#0C6273 (or 0x0C6273) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 62 and 73. RGB value is (12,98,115). Sum of RGB (Red+Green+Blue) = 12+98+115=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C6273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6273 is #F39D8C. Grayscale: #4A4A4A. Windows color (decimal): -15965581 or 7561740. OLE color: 7561740.

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

Color convert

RGB1298115-
CMYK0.900.1500.55
HSL189.9º81.1%24.9%-
HSV(B)189.9º89.57%45.1%-
XYZ7.6110.0517.76-
YUV74.22151.0183.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=5.33%
G=43.56%
B=51.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12981150.900.1500.55189.981.124.9
HexC62735AF037be5119
Octal141421631321706727612131
Binary11001100010111001110110101111011011110111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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