Html Css Color HEX #05019F New Midnight Blue

📋 copy color: '#05019F'

red 5 ◦ green 1 ◦ blue 159

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

Shades of New Midnight Blue #05019F

Tints of New Midnight Blue #05019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 96.36%

R = 3.03%
G = 0.61%
B = 96.36%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05019F (or 0x05019F) is known color: New Midnight Blue. HEX triplet: 05, 01 and 9F. RGB value is (5,1,159). Sum of RGB (Red+Green+Blue) = 5+1+159=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 159 (62.5% from 255 or 96.36% from 165); Max value from RGB is 159 - color contains mainly: blue. Hex color #05019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05019F is #FAFE60. Grayscale: #131313. Windows color (decimal): -16449121 or 10420485. OLE color: 10420485.

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

Color convert

RGB 5 1 159 -
CMYK 0.97 0.99 0 0.38
HSL 241.52º 0.99% 0.31% -
HSV(B) 241.52º 0.99% 0.62% -
XYZ 6.33 2.56 32.96 -
YUV 20.21 206.33 117.15 -
System Red Green Blue C M Y K H S L
Decimal 5 1 159 0.97 0.99 0 0.38 241.52 0.99 0.31
Hex 5 1 9F 61 63 0 26 F2 63 1F
Octal 5 1 237 141 143 0 46 362 143 37
Binary 101 1 10011111 1100001 1100011 0 100110 11110010 1100011 11111

Color Harmonies of #05019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05019F

Black with #05019F

Text Example


Text Example

White with #05019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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