Html Css Color HEX #000594 New Midnight Blue

📋 copy color: '#000594'

red 0 ◦ green 5 ◦ blue 148

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

Shades of New Midnight Blue #000594

Tints of New Midnight Blue #000594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 96.73%

R = 0%
G = 3.27%
B = 96.73%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000594 (or 0x000594) is known color: New Midnight Blue. HEX triplet: 00, 05 and 94. RGB value is (0,5,148). Sum of RGB (Red+Green+Blue) = 0+5+148=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 148 (58.20% from 255 or 96.73% from 153); Max value from RGB is 148 - color contains mainly: blue. Hex color #000594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000594 is #FFFA6B. Grayscale: #131313. Windows color (decimal): -16775788 or 9700608. OLE color: 9700608.

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

Color convert

RGB 0 5 148 -
CMYK 1 0.97 0 0.42
HSL 237.97º 1% 0.29% -
HSV(B) 237.97º 1% 0.58% -
XYZ 5.4 2.25 28.17 -
YUV 19.81 200.34 113.87 -
System Red Green Blue C M Y K H S L
Decimal 0 5 148 1 0.97 0 0.42 237.97 1 0.29
Hex 0 5 94 64 61 0 2A EE 64 1D
Octal 0 5 224 144 141 0 52 356 144 35
Binary 0 101 10010100 1100100 1100001 0 101010 11101110 1100100 11101

Color Harmonies of #000594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000594

Black with #000594

Text Example


Text Example

White with #000594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000594; }

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

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

background-color css

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

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

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

border-color css

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

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

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