Html Css Color HEX #05149B New Midnight Blue

📋 copy color: '#05149B'

red 5 ◦ green 20 ◦ blue 155

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

Shades of New Midnight Blue #05149B

Tints of New Midnight Blue #05149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 2.78%
G = 11.11%
B = 86.11%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05149B (or 0x05149B) is known color: New Midnight Blue. HEX triplet: 05, 14 and 9B. RGB value is (5,20,155). Sum of RGB (Red+Green+Blue) = 5+20+155=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #05149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05149B is #FAEB64. Grayscale: #1E1E1E. Windows color (decimal): -16444261 or 10163205. OLE color: 10163205.

HSL color Cylindrical-coordinate representation of color #05149B: hue angle of 234º 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 #05149B is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 20 155 -
CMYK 0.97 0.87 0 0.39
HSL 234º 0.94% 0.31% -
HSV(B) 234º 0.97% 0.61% -
XYZ 6.23 2.9 31.24 -
YUV 30.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 5 20 155 0.97 0.87 0 0.39 234 0.94 0.31
Hex 5 14 9B 61 57 0 27 EA 5E 1F
Octal 5 24 233 141 127 0 47 352 136 37
Binary 101 10100 10011011 1100001 1010111 0 100111 11101010 1011110 11111

Color Harmonies of #05149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05149B

Black with #05149B

Text Example


Text Example

White with #05149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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