Html Css Color HEX #0C163D Midnight Express

📋 copy color: '#0C163D'

red 12 ◦ green 22 ◦ blue 61

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

Shades of Midnight Express #0C163D

Tints of Midnight Express #0C163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 64.21%

R = 12.63%
G = 23.16%
B = 64.21%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C163D (or 0x0C163D) is known color: Midnight Express. HEX triplet: 0C, 16 and 3D. RGB value is (12,22,61). Sum of RGB (Red+Green+Blue) = 12+22+61=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C163D is #F3E9C2. Grayscale: #171717. Windows color (decimal): -15985091 or 4003340. OLE color: 4003340.

HSL color Cylindrical-coordinate representation of color #0C163D: hue angle of 227.76º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C163D is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 22 61 -
CMYK 0.80 0.64 0 0.76
HSL 227.76º 0.67% 0.14% -
HSV(B) 227.76º 0.8% 0.24% -
XYZ 1.28 0.99 4.54 -
YUV 23.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 12 22 61 0.80 0.64 0 0.76 227.76 0.67 0.14
Hex C 16 3D 50 40 0 4C E4 43 E
Octal 14 26 75 120 100 0 114 344 103 16
Binary 1100 10110 111101 1010000 1000000 0 1001100 11100100 1000011 1110

Color Harmonies of #0C163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C163D

Black with #0C163D

Text Example


Text Example

White with #0C163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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