Html Css Color HEX #00059D New Midnight Blue

📋 copy color: '#00059D'

red 0 ◦ green 5 ◦ blue 157

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

Shades of New Midnight Blue #00059D

Tints of New Midnight Blue #00059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 96.91%

R = 0%
G = 3.09%
B = 96.91%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00059D (or 0x00059D) is known color: New Midnight Blue. HEX triplet: 00, 05 and 9D. RGB value is (0,5,157). Sum of RGB (Red+Green+Blue) = 0+5+157=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 157 (61.72% from 255 or 96.91% from 162); Max value from RGB is 157 - color contains mainly: blue. Hex color #00059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00059D is #FFFA62. Grayscale: #141414. Windows color (decimal): -16775779 or 10290432. OLE color: 10290432.

HSL color Cylindrical-coordinate representation of color #00059D: hue angle of 238.09º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00059D is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 5 157 -
CMYK 1 0.97 0 0.38
HSL 238.09º 1% 0.31% -
HSV(B) 238.09º 1% 0.62% -
XYZ 6.14 2.54 32.07 -
YUV 20.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 0 5 157 1 0.97 0 0.38 238.09 1 0.31
Hex 0 5 9D 64 61 0 26 EE 64 1F
Octal 0 5 235 144 141 0 46 356 144 37
Binary 0 101 10011101 1100100 1100001 0 100110 11101110 1100100 11111

Color Harmonies of #00059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00059D

Black with #00059D

Text Example


Text Example

White with #00059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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