Html Css Color HEX #0C014F Midnight Blue

📋 copy color: '#0C014F'

red 12 ◦ green 1 ◦ blue 79

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

Shades of Midnight Blue #0C014F

Tints of Midnight Blue #0C014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 85.87%

R = 13.04%
G = 1.09%
B = 85.87%

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

#0C014F (or 0x0C014F) is known color: Midnight Blue. HEX triplet: 0C, 01 and 4F. RGB value is (12,1,79). Sum of RGB (Red+Green+Blue) = 12+1+79=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 79 (31.25% from 255 or 85.87% from 92); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C014F is #F3FEB0. Grayscale: #0C0C0C. Windows color (decimal): -15990449 or 5177612. OLE color: 5177612.

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

Color convert

RGB 12 1 79 -
CMYK 0.85 0.99 0 0.69
HSL 248.46º 0.98% 0.16% -
HSV(B) 248.46º 0.99% 0.31% -
XYZ 1.57 0.66 7.44 -
YUV 13.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 12 1 79 0.85 0.99 0 0.69 248.46 0.98 0.16
Hex C 1 4F 55 63 0 45 F8 62 10
Octal 14 1 117 125 143 0 105 370 142 20
Binary 1100 1 1001111 1010101 1100011 0 1000101 11111000 1100010 10000

Color Harmonies of #0C014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C014F

Black with #0C014F

Text Example


Text Example

White with #0C014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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