Html Css Color HEX #000596 New Midnight Blue

📋 copy color: '#000596'

red 0 ◦ green 5 ◦ blue 150

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

Shades of New Midnight Blue #000596

Tints of New Midnight Blue #000596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 96.77%

R = 0%
G = 3.23%
B = 96.77%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#000596 (or 0x000596) is known color: New Midnight Blue. HEX triplet: 00, 05 and 96. RGB value is (0,5,150). Sum of RGB (Red+Green+Blue) = 0+5+150=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 150 (58.98% from 255 or 96.77% from 155); Max value from RGB is 150 - color contains mainly: blue. Hex color #000596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000596 is #FFFA69. Grayscale: #131313. Windows color (decimal): -16775786 or 9831680. OLE color: 9831680.

HSL color Cylindrical-coordinate representation of color #000596: hue angle of 238º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000596 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 5 150 -
CMYK 1 0.97 0 0.41
HSL 238º 1% 0.29% -
HSV(B) 238º 1% 0.59% -
XYZ 5.56 2.31 29.01 -
YUV 20.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 0 5 150 1 0.97 0 0.41 238 1 0.29
Hex 0 5 96 64 61 0 29 EE 64 1D
Octal 0 5 226 144 141 0 51 356 144 35
Binary 0 101 10010110 1100100 1100001 0 101001 11101110 1100100 11101

Color Harmonies of #000596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000596

Black with #000596

Text Example


Text Example

White with #000596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000596; }

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

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

background-color css

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

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

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

border-color css

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

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

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