Html Css Color HEX #0C1940 Midnight Express

📋 copy color: '#0C1940'

red 12 ◦ green 25 ◦ blue 64

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

Shades of Midnight Express #0C1940

Tints of Midnight Express #0C1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.75%

 BLUE value IS 64 (25.39% from 255) = 63.37%

R = 11.88%
G = 24.75%
B = 63.37%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C1940 (or 0x0C1940) is known color: Midnight Express. HEX triplet: 0C, 19 and 40. RGB value is (12,25,64). Sum of RGB (Red+Green+Blue) = 12+25+64=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1940 is #F3E6BF. Grayscale: #191919. Windows color (decimal): -15984320 or 4200716. OLE color: 4200716.

HSL color Cylindrical-coordinate representation of color #0C1940: hue angle of 225º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1940 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 25 64 -
CMYK 0.81 0.61 0 0.75
HSL 225º 0.68% 0.15% -
HSV(B) 225º 0.81% 0.25% -
XYZ 1.42 1.14 5 -
YUV 25.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 12 25 64 0.81 0.61 0 0.75 225 0.68 0.15
Hex C 19 40 51 3D 0 4B E1 44 F
Octal 14 31 100 121 75 0 113 341 104 17
Binary 1100 11001 1000000 1010001 111101 0 1001011 11100001 1000100 1111

Color Harmonies of #0C1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1940

Black with #0C1940

Text Example


Text Example

White with #0C1940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,25,64); }

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

background-color css

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

 a { background-color: rgb(12,25,64); }

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

border-color css

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

 span { border-color: rgb(12,25,64); }

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