Html Css Color HEX #05199B New Midnight Blue

📋 copy color: '#05199B'

red 5 ◦ green 25 ◦ blue 155

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

Shades of New Midnight Blue #05199B

Tints of New Midnight Blue #05199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 2.7%
G = 13.51%
B = 83.78%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05199B (or 0x05199B) is known color: New Midnight Blue. HEX triplet: 05, 19 and 9B. RGB value is (5,25,155). Sum of RGB (Red+Green+Blue) = 5+25+155=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #05199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05199B is #FAE664. Grayscale: #212121. Windows color (decimal): -16442981 or 10164485. OLE color: 10164485.

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

Color convert

RGB 5 25 155 -
CMYK 0.97 0.84 0 0.39
HSL 232º 0.94% 0.31% -
HSV(B) 232º 0.97% 0.61% -
XYZ 6.33 3.09 31.27 -
YUV 33.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 5 25 155 0.97 0.84 0 0.39 232 0.94 0.31
Hex 5 19 9B 61 54 0 27 E8 5E 1F
Octal 5 31 233 141 124 0 47 350 136 37
Binary 101 11001 10011011 1100001 1010100 0 100111 11101000 1011110 11111

Color Harmonies of #05199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05199B

Black with #05199B

Text Example


Text Example

White with #05199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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