Html Css Color HEX #0C014E Midnight Blue

📋 copy color: '#0C014E'

red 12 ◦ green 1 ◦ blue 78

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

Shades of Midnight Blue #0C014E

Tints of Midnight Blue #0C014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

 BLUE value IS 78 (30.86% from 255) = 85.71%

R = 13.19%
G = 1.1%
B = 85.71%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C014E (or 0x0C014E) is known color: Midnight Blue. HEX triplet: 0C, 01 and 4E. RGB value is (12,1,78). Sum of RGB (Red+Green+Blue) = 12+1+78=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C014E is #F3FEB1. Grayscale: #0C0C0C. Windows color (decimal): -15990450 or 5112076. OLE color: 5112076.

HSL color Cylindrical-coordinate representation of color #0C014E: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C014E is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 1 78 -
CMYK 0.85 0.99 0 0.69
HSL 248.57º 0.97% 0.15% -
HSV(B) 248.57º 0.99% 0.31% -
XYZ 1.54 0.65 7.25 -
YUV 13.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 12 1 78 0.85 0.99 0 0.69 248.57 0.97 0.15
Hex C 1 4E 55 63 0 45 F9 61 F
Octal 14 1 116 125 143 0 105 371 141 17
Binary 1100 1 1001110 1010101 1100011 0 1000101 11111001 1100001 1111

Color Harmonies of #0C014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C014E

Black with #0C014E

Text Example


Text Example

White with #0C014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,1,78); }

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

background-color css

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

 a { background-color: rgb(12,1,78); }

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

border-color css

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

 span { border-color: rgb(12,1,78); }

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