#0C4EBE

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

Shades of Denim #0C4EBE

Tints of Denim #0C4EBE

Color information

#0C4EBE (or 0x0C4EBE) is unknown color: approx Denim. HEX triplet: 0C, 4E and BE. RGB value is (12,78,190). Sum of RGB (Red+Green+Blue) = 12+78+190=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C4EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4EBE is #F3B141. Grayscale: #464646. Windows color (decimal): -15970626 or 12471820. OLE color: 12471820.

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

Color convert

RGB1278190-
CMYK0.940.5900.25
HSL217.75º88.12%39.61%-
HSV(B)217.75º93.68%74.51%-
XYZ12.179.2449.86-
YUV71.03195.1385.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.29%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 190 (74.61% from 255) = 67.86%
R=4.29%
G=27.86%
B=67.86%

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
Decimal12781900.940.5900.25217.7588.1239.61
HexC4EBE5E3B019da5828
Octal141162761367303133213050
Binary11001001110101111101011110111011011001110110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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