#0C142F

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

Shades of Midnight Express #0C142F

Tints of Midnight Express #0C142F

Color information

#0C142F (or 0x0C142F) is unknown color: approx Midnight Express. HEX triplet: 0C, 14 and 2F. RGB value is (12,20,47). Sum of RGB (Red+Green+Blue) = 12+20+47=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142F is #F3EBD0. Grayscale: #141414. Windows color (decimal): -15985617 or 3085324. OLE color: 3085324.

HSL color Cylindrical-coordinate representation of color #0C142F: hue angle of 226.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C142F is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB122047-
CMYK0.740.5700.82
HSL226.29º59.32%11.57%-
HSV(B)226.29º74.47%18.43%-
XYZ0.910.782.79-
YUV20.69142.85121.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 47 (18.75% from 255) = 59.49%
R=15.19%
G=25.32%
B=59.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1220470.740.5700.82226.2959.3211.57
HexC142F4A39052e23bc
Octal1424571127101223427314
Binary110010100101111100101011100101010010111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,47); }

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

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

 a { background-color: rgb(12,20,47); }

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

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

 span { border-color: rgb(12,20,47); }

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