Html Css Color HEX #0C1431 Midnight Express

📋 copy color: '#0C1431'

red 12 ◦ green 20 ◦ blue 49

#0C1431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #0C1431

Tints of Midnight Express #0C1431

RGB

 RED value IS 12 (5.08% from 255) = 14.81%

 GREEN value IS 20 (8.2% from 255) = 24.69%

 BLUE value IS 49 (19.53% from 255) = 60.49%

R = 14.81%
G = 24.69%
B = 60.49%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C1431 (or 0x0C1431) is known color: Midnight Express. HEX triplet: 0C, 14 and 31. RGB value is (12,20,49). Sum of RGB (Red+Green+Blue) = 12+20+49=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C1431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1431 is #F3EBCE. Grayscale: #141414. Windows color (decimal): -15985615 or 3216396. OLE color: 3216396.

HSL color Cylindrical-coordinate representation of color #0C1431: hue angle of 227.03º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C1431 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 20 49 -
CMYK 0.76 0.59 0 0.81
HSL 227.03º 0.61% 0.12% -
HSV(B) 227.03º 0.76% 0.19% -
XYZ 0.96 0.8 3.01 -
YUV 20.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 12 20 49 0.76 0.59 0 0.81 227.03 0.61 0.12
Hex C 14 31 4C 3B 0 51 E3 3D C
Octal 14 24 61 114 73 0 121 343 75 14
Binary 1100 10100 110001 1001100 111011 0 1010001 11100011 111101 1100

Color Harmonies of #0C1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1431

Black with #0C1431

Text Example


Text Example

White with #0C1431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1431;
 }
 .AnyTagClassName
 {
   color: #0C1431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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