#0C7CBE

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

Shades of Cerulean #0C7CBE

Tints of Cerulean #0C7CBE

Color information

#0C7CBE (or 0x0C7CBE) is unknown color: approx Cerulean. HEX triplet: 0C, 7C and BE. RGB value is (12,124,190). Sum of RGB (Red+Green+Blue) = 12+124+190=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C7CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7CBE is #F38341. Grayscale: #616161. Windows color (decimal): -15958850 or 12483596. OLE color: 12483596.

HSL color Cylindrical-coordinate representation of color #0C7CBE: hue angle of 202.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7CBE is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12124190-
CMYK0.940.3500.25
HSL202.25º88.12%39.61%-
HSV(B)202.25º93.68%74.51%-
XYZ16.6518.2151.35-
YUV98.04179.8966.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=3.68%
G=38.04%
B=58.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121241900.940.3500.25202.2588.1239.61
HexC7CBE5E23019ca5828
Octal141742761364303131213050
Binary11001111100101111101011110100011011001110010101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,124,190); }

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

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

 a { background-color: rgb(12,124,190); }

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

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

 span { border-color: rgb(12,124,190); }

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