Html Css Color HEX #10014F Midnight Blue

📋 copy color: '#10014F'

red 16 ◦ green 1 ◦ blue 79

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

Shades of Midnight Blue #10014F

Tints of Midnight Blue #10014F

RGB

 RED value IS 16 (6.64% from 255) = 16.67%

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

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

R = 16.67%
G = 1.04%
B = 82.29%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10014F (or 0x10014F) is known color: Midnight Blue. HEX triplet: 10, 01 and 4F. RGB value is (16,1,79). Sum of RGB (Red+Green+Blue) = 16+1+79=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 79 (31.25% from 255 or 82.29% from 96); Max value from RGB is 79 - color contains mainly: blue. Hex color #10014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10014F is #EFFEB0. Grayscale: #0E0E0E. Windows color (decimal): -15728305 or 5177616. OLE color: 5177616.

HSL color Cylindrical-coordinate representation of color #10014F: hue angle of 251.54º 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 #10014F is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 1 79 -
CMYK 0.80 0.99 0 0.69
HSL 251.54º 0.98% 0.16% -
HSV(B) 251.54º 0.99% 0.31% -
XYZ 1.64 0.7 7.45 -
YUV 14.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 16 1 79 0.80 0.99 0 0.69 251.54 0.98 0.16
Hex 10 1 4F 50 63 0 45 FC 62 10
Octal 20 1 117 120 143 0 105 374 142 20
Binary 10000 1 1001111 1010000 1100011 0 1000101 11111100 1100010 10000

Color Harmonies of #10014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10014F

Black with #10014F

Text Example


Text Example

White with #10014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10014F; }

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

 H1.HeaderClassName
 {
   color: #10014F;
 }
 .AnyTagClassName
 {
   color: #10014F;
 }
</style>

background-color css

<style>
 a { background-color: #10014F; }

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

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

border-color css

<style>
 span { border-color: #10014F; }

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

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