#0C4DD1

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

Shades of Denim #0C4DD1

Tints of Denim #0C4DD1

Color information

#0C4DD1 (or 0x0C4DD1) is unknown color: approx Denim. HEX triplet: 0C, 4D and D1. RGB value is (12,77,209). Sum of RGB (Red+Green+Blue) = 12+77+209=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 209 (82.03% from 255 or 70.13% from 298); Max value from RGB is 209 - color contains mainly: blue. Hex color #0C4DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DD1 is #F3B22E. Grayscale: #484848. Windows color (decimal): -15970863 or 13716748. OLE color: 13716748.

HSL color Cylindrical-coordinate representation of color #0C4DD1: hue angle of 220.2º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4DD1 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1277209-
CMYK0.940.6300.18
HSL220.2º89.14%43.33%-
HSV(B)220.2º94.26%81.96%-
XYZ14.319.9961.5-
YUV72.61204.9784.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 209 (82.03% from 255) = 70.13%
R=4.03%
G=25.84%
B=70.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12772090.940.6300.18220.289.1443.33
HexC4DD15E3F012dc592b
Octal141153211367702233413153
Binary11001001101110100011011110111111010010110111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,77,209); }

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

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

 a { background-color: rgb(12,77,209); }

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

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

 span { border-color: rgb(12,77,209); }

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