#0C1334

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

Shades of Midnight Express #0C1334

Tints of Midnight Express #0C1334

Color information

#0C1334 (or 0x0C1334) is unknown color: approx Midnight Express. HEX triplet: 0C, 13 and 34. RGB value is (12,19,52). Sum of RGB (Red+Green+Blue) = 12+19+52=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1334 is #F3ECCB. Grayscale: #141414. Windows color (decimal): -15985868 or 3412748. OLE color: 3412748.

HSL color Cylindrical-coordinate representation of color #0C1334: hue angle of 229.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1334 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB121952-
CMYK0.770.6300.80
HSL229.5º62.5%12.55%-
HSV(B)229.5º76.92%20.39%-
XYZ10.793.35-
YUV20.67145.68121.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.46%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 52 (20.70% from 255) = 62.65%
R=14.46%
G=22.89%
B=62.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1219520.770.6300.80229.562.512.55
HexC13344D3F050e63ed
Octal1423641157701203467615
Binary110010011110100100110111111101010000111001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,19,52); }

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

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

 a { background-color: rgb(12,19,52); }

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

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

 span { border-color: rgb(12,19,52); }

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