#0C1254

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

Shades of Midnight Blue #0C1254

Tints of Midnight Blue #0C1254

Color information

#0C1254 (or 0x0C1254) is unknown color: approx Midnight Blue. HEX triplet: 0C, 12 and 54. RGB value is (12,18,84). Sum of RGB (Red+Green+Blue) = 12+18+84=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C1254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1254 is #F3EDAB. Grayscale: #171717. Windows color (decimal): -15986092 or 5509644. OLE color: 5509644.

HSL color Cylindrical-coordinate representation of color #0C1254: hue angle of 235º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1254 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB121884-
CMYK0.860.7900.67
HSL235º75%18.82%-
HSV(B)235º85.71%32.94%-
XYZ1.971.158.51-
YUV23.73162.01119.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 84 (33.20% from 255) = 73.68%
R=10.53%
G=15.79%
B=73.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1218840.860.7900.672357518.82
HexC1254564F043eb4b13
Octal1422124126117010335311323
Binary1100100101010100101011010011110100001111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,84); }

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

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

 a { background-color: rgb(12,18,84); }

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

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

 span { border-color: rgb(12,18,84); }

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