#0c7bbc

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

Shades of Cerulean #0C7BBC

Tints of Cerulean #0C7BBC

Color information

#0C7BBC (or 0x0C7BBC) is unknown color: approx Cerulean. HEX triplet: 0C, 7B and BC. RGB value is (12,123,188). Sum of RGB (Red+Green+Blue) = 12+123+188=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C7BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BBC is #F38443. Grayscale: #606060. Windows color (decimal): -15959108 or 12352268. OLE color: 12352268.

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

Color convert

RGB12123188-
CMYK0.940.3500.26
HSL202.16º88%39.22%-
HSV(B)202.16º93.62%73.73%-
XYZ16.3117.8750.17-
YUV97.22179.2367.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.72%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=3.72%
G=38.08%
B=58.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121231880.940.3500.26202.168839.22
HexC7BBC5E2301Aca5827
Octal141732741364303231213047
Binary11001111011101111001011110100011011010110010101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c7bbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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