#0C7CA7

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

Shades of Cerulean #0C7CA7

Tints of Cerulean #0C7CA7

Color information

#0C7CA7 (or 0x0C7CA7) is unknown color: approx Cerulean. HEX triplet: 0C, 7C and A7. RGB value is (12,124,167). Sum of RGB (Red+Green+Blue) = 12+124+167=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #0C7CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7CA7 is #F38358. Grayscale: #5F5F5F. Windows color (decimal): -15958873 or 10976268. OLE color: 10976268.

HSL color Cylindrical-coordinate representation of color #0C7CA7: hue angle of 196.65º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7CA7 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12124167-
CMYK0.930.2600.35
HSL196.65º86.59%35.1%-
HSV(B)196.65º92.81%65.49%-
XYZ14.3317.2839.14-
YUV95.41168.3968.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.96%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 167 (65.62% from 255) = 55.12%
R=3.96%
G=40.92%
B=55.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121241670.930.2600.35196.6586.5935.1
HexC7CA75D1A023c55723
Octal141742471353204330512743
Binary11001111100101001111011101110100100011110001011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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