Html Css Color HEX #00059B New Midnight Blue

📋 copy color: '#00059B'

red 0 ◦ green 5 ◦ blue 155

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

Shades of New Midnight Blue #00059B

Tints of New Midnight Blue #00059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

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

R = 0%
G = 3.13%
B = 96.88%

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

#00059B (or 0x00059B) is known color: New Midnight Blue. HEX triplet: 00, 05 and 9B. RGB value is (0,5,155). Sum of RGB (Red+Green+Blue) = 0+5+155=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 155 (60.94% from 255 or 96.88% from 160); Max value from RGB is 155 - color contains mainly: blue. Hex color #00059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00059B is #FFFA64. Grayscale: #141414. Windows color (decimal): -16775781 or 10159360. OLE color: 10159360.

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

Color convert

RGB 0 5 155 -
CMYK 1 0.97 0 0.39
HSL 238.06º 1% 0.3% -
HSV(B) 238.06º 1% 0.61% -
XYZ 5.97 2.48 31.17 -
YUV 20.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 0 5 155 1 0.97 0 0.39 238.06 1 0.3
Hex 0 5 9B 64 61 0 27 EE 64 1E
Octal 0 5 233 144 141 0 47 356 144 36
Binary 0 101 10011011 1100100 1100001 0 100111 11101110 1100100 11110

Color Harmonies of #00059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00059B

Black with #00059B

Text Example


Text Example

White with #00059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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