Html Css Color HEX #0C162C Midnight Express

📋 copy color: '#0C162C'

red 12 ◦ green 22 ◦ blue 44

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

Shades of Midnight Express #0C162C

Tints of Midnight Express #0C162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.21%

 BLUE value IS 44 (17.58% from 255) = 56.41%

R = 15.38%
G = 28.21%
B = 56.41%

CMYK

 C value IS 0.73

 M value IS 0.5

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C162C (or 0x0C162C) is known color: Midnight Express. HEX triplet: 0C, 16 and 2C. RGB value is (12,22,44). Sum of RGB (Red+Green+Blue) = 12+22+44=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C162C is #F3E9D3. Grayscale: #151515. Windows color (decimal): -15985108 or 2889228. OLE color: 2889228.

HSL color Cylindrical-coordinate representation of color #0C162C: hue angle of 221.25º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C162C is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 22 44 -
CMYK 0.73 0.5 0 0.83
HSL 221.25º 0.57% 0.11% -
HSV(B) 221.25º 0.73% 0.17% -
XYZ 0.89 0.83 2.5 -
YUV 21.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 12 22 44 0.73 0.5 0 0.83 221.25 0.57 0.11
Hex C 16 2C 49 32 0 53 DD 39 B
Octal 14 26 54 111 62 0 123 335 71 13
Binary 1100 10110 101100 1001001 110010 0 1010011 11011101 111001 1011

Color Harmonies of #0C162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C162C

Black with #0C162C

Text Example


Text Example

White with #0C162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,44); }

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

background-color css

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

 a { background-color: rgb(12,22,44); }

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

border-color css

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

 span { border-color: rgb(12,22,44); }

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