#0c4bce

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

Shades of Denim #0C4BCE

Tints of Denim #0C4BCE

Color information

#0C4BCE (or 0x0C4BCE) is unknown color: approx Denim. HEX triplet: 0C, 4B and CE. RGB value is (12,75,206). Sum of RGB (Red+Green+Blue) = 12+75+206=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C4BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BCE is #F3B431. Grayscale: #464646. Windows color (decimal): -15971378 or 13519628. OLE color: 13519628.

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

Color convert

RGB1275206-
CMYK0.940.6400.19
HSL220.52º88.99%42.75%-
HSV(B)220.52º94.17%80.78%-
XYZ13.819.5759.51-
YUV71.1204.1385.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.10%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 206 (80.86% from 255) = 70.31%
R=4.10%
G=25.60%
B=70.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12752060.940.6400.19220.5288.9942.75
HexC4BCE5E40013dd592b
Octal1411331613610002333513153
Binary110010010111100111010111101000000010011110111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c4bce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,75,206); }

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

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

 a { background-color: rgb(12,75,206); }

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

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

 span { border-color: rgb(12,75,206); }

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