Html Css Color HEX #05019B New Midnight Blue

📋 copy color: '#05019B'

red 5 ◦ green 1 ◦ blue 155

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

Shades of New Midnight Blue #05019B

Tints of New Midnight Blue #05019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 96.27%

R = 3.11%
G = 0.62%
B = 96.27%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05019B (or 0x05019B) is known color: New Midnight Blue. HEX triplet: 05, 01 and 9B. RGB value is (5,1,155). Sum of RGB (Red+Green+Blue) = 5+1+155=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 155 (60.94% from 255 or 96.27% from 161); Max value from RGB is 155 - color contains mainly: blue. Hex color #05019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05019B is #FAFE64. Grayscale: #131313. Windows color (decimal): -16449125 or 10158341. OLE color: 10158341.

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

Color convert

RGB 5 1 155 -
CMYK 0.97 0.99 0 0.39
HSL 241.56º 0.99% 0.31% -
HSV(B) 241.56º 0.99% 0.61% -
XYZ 5.99 2.42 31.16 -
YUV 19.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 5 1 155 0.97 0.99 0 0.39 241.56 0.99 0.31
Hex 5 1 9B 61 63 0 27 F2 63 1F
Octal 5 1 233 141 143 0 47 362 143 37
Binary 101 1 10011011 1100001 1100011 0 100111 11110010 1100011 11111

Color Harmonies of #05019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05019B

Black with #05019B

Text Example


Text Example

White with #05019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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