#0C4DBE

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

Shades of Denim #0C4DBE

Tints of Denim #0C4DBE

Color information

#0C4DBE (or 0x0C4DBE) is unknown color: approx Denim. HEX triplet: 0C, 4D and BE. RGB value is (12,77,190). Sum of RGB (Red+Green+Blue) = 12+77+190=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C4DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DBE is #F3B241. Grayscale: #454545. Windows color (decimal): -15970882 or 12471564. OLE color: 12471564.

HSL color Cylindrical-coordinate representation of color #0C4DBE: hue angle of 218.09º 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 #0C4DBE is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1277190-
CMYK0.940.5900.25
HSL218.09º88.12%39.61%-
HSV(B)218.09º93.68%74.51%-
XYZ12.19.149.83-
YUV70.45195.4786.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=4.30%
G=27.60%
B=68.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12771900.940.5900.25218.0988.1239.61
HexC4DBE5E3B019da5828
Octal141152761367303133213050
Binary11001001101101111101011110111011011001110110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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