#0C7BA2

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

Shades of Cerulean #0C7BA2

Tints of Cerulean #0C7BA2

Color information

#0C7BA2 (or 0x0C7BA2) is unknown color: approx Cerulean. HEX triplet: 0C, 7B and A2. RGB value is (12,123,162). Sum of RGB (Red+Green+Blue) = 12+123+162=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C7BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7BA2 is #F3845D. Grayscale: #5D5D5D. Windows color (decimal): -15959134 or 10648332. OLE color: 10648332.

HSL color Cylindrical-coordinate representation of color #0C7BA2: hue angle of 195.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7BA2 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12123162-
CMYK0.930.2400.36
HSL195.6º86.21%34.12%-
HSV(B)195.6º92.59%63.53%-
XYZ13.7616.8536.71-
YUV94.26166.2369.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=4.04%
G=41.41%
B=54.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121231620.930.2400.36195.686.2134.12
HexC7BA25D18024c45622
Octal141732421353004430412642
Binary11001111011101000101011101110000100100110001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,123,162); }

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

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

 a { background-color: rgb(12,123,162); }

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

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

 span { border-color: rgb(12,123,162); }

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