Html Css Color HEX #05014F Midnight Blue

📋 copy color: '#05014F'

red 5 ◦ green 1 ◦ blue 79

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

Shades of Midnight Blue #05014F

Tints of Midnight Blue #05014F

RGB

 RED value IS 5 (2.34% from 255) = 5.88%

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

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

R = 5.88%
G = 1.18%
B = 92.94%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05014F (or 0x05014F) is known color: Midnight Blue. HEX triplet: 05, 01 and 4F. RGB value is (5,1,79). Sum of RGB (Red+Green+Blue) = 5+1+79=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 79 (31.25% from 255 or 92.94% from 85); Max value from RGB is 79 - color contains mainly: blue. Hex color #05014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05014F is #FAFEB0. Grayscale: #0A0A0A. Windows color (decimal): -16449201 or 5177605. OLE color: 5177605.

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

Color convert

RGB 5 1 79 -
CMYK 0.94 0.99 0 0.69
HSL 243.08º 0.98% 0.16% -
HSV(B) 243.08º 0.99% 0.31% -
XYZ 1.48 0.62 7.44 -
YUV 11.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 5 1 79 0.94 0.99 0 0.69 243.08 0.98 0.16
Hex 5 1 4F 5E 63 0 45 F3 62 10
Octal 5 1 117 136 143 0 105 363 142 20
Binary 101 1 1001111 1011110 1100011 0 1000101 11110011 1100010 10000

Color Harmonies of #05014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05014F

Black with #05014F

Text Example


Text Example

White with #05014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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