Html Css Color HEX #00049B New Midnight Blue

📋 copy color: '#00049B'

red 0 ◦ green 4 ◦ blue 155

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

Shades of New Midnight Blue #00049B

Tints of New Midnight Blue #00049B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 0%
G = 2.52%
B = 97.48%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00049B (or 0x00049B) is known color: New Midnight Blue. HEX triplet: 00, 04 and 9B. RGB value is (0,4,155). Sum of RGB (Red+Green+Blue) = 0+4+155=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 155 (60.94% from 255 or 97.48% from 159); Max value from RGB is 155 - color contains mainly: blue. Hex color #00049B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00049B is #FFFB64. Grayscale: #131313. Windows color (decimal): -16776037 or 10159104. OLE color: 10159104.

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

Color convert

RGB 0 4 155 -
CMYK 1 0.97 0 0.39
HSL 238.45º 1% 0.3% -
HSV(B) 238.45º 1% 0.61% -
XYZ 5.96 2.45 31.17 -
YUV 20.02 204.17 113.72 -
System Red Green Blue C M Y K H S L
Decimal 0 4 155 1 0.97 0 0.39 238.45 1 0.3
Hex 0 4 9B 64 61 0 27 EE 64 1E
Octal 0 4 233 144 141 0 47 356 144 36
Binary 0 100 10011011 1100100 1100001 0 100111 11101110 1100100 11110

Color Harmonies of #00049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00049B

Black with #00049B

Text Example


Text Example

White with #00049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,4,155); }

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

background-color css

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

 a { background-color: rgb(0,4,155); }

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

border-color css

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

 span { border-color: rgb(0,4,155); }

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