Html Css Color HEX #0C1443 Midnight Express

📋 copy color: '#0C1443'

red 12 ◦ green 20 ◦ blue 67

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

Shades of Midnight Express #0C1443

Tints of Midnight Express #0C1443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 67.68%

R = 12.12%
G = 20.2%
B = 67.68%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0C1443 (or 0x0C1443) is known color: Midnight Express. HEX triplet: 0C, 14 and 43. RGB value is (12,20,67). Sum of RGB (Red+Green+Blue) = 12+20+67=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #0C1443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1443 is #F3EBBC. Grayscale: #161616. Windows color (decimal): -15985597 or 4396044. OLE color: 4396044.

HSL color Cylindrical-coordinate representation of color #0C1443: hue angle of 231.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C1443 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 20 67 -
CMYK 0.82 0.70 0 0.74
HSL 231.27º 0.7% 0.15% -
HSV(B) 231.27º 0.82% 0.26% -
XYZ 1.41 0.98 5.43 -
YUV 22.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 12 20 67 0.82 0.70 0 0.74 231.27 0.7 0.15
Hex C 14 43 52 46 0 4A E7 46 F
Octal 14 24 103 122 106 0 112 347 106 17
Binary 1100 10100 1000011 1010010 1000110 0 1001010 11100111 1000110 1111

Color Harmonies of #0C1443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1443

Black with #0C1443

Text Example


Text Example

White with #0C1443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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