Html Css Color HEX #000299 New Midnight Blue

📋 copy color: '#000299'

red 0 ◦ green 2 ◦ blue 153

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

Shades of New Midnight Blue #000299

Tints of New Midnight Blue #000299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 153 (60.16% from 255) = 98.71%

R = 0%
G = 1.29%
B = 98.71%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#000299 (or 0x000299) is known color: New Midnight Blue. HEX triplet: 00, 02 and 99. RGB value is (0,2,153). Sum of RGB (Red+Green+Blue) = 0+2+153=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 153 (60.16% from 255 or 98.71% from 155); Max value from RGB is 153 - color contains mainly: blue. Hex color #000299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000299 is #FFFD66. Grayscale: #121212. Windows color (decimal): -16776551 or 10027520. OLE color: 10027520.

HSL color Cylindrical-coordinate representation of color #000299: hue angle of 239.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000299 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 2 153 -
CMYK 1 0.99 0 0.4
HSL 239.22º 1% 0.3% -
HSV(B) 239.22º 1% 0.6% -
XYZ 5.77 2.34 30.29 -
YUV 18.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 0 2 153 1 0.99 0 0.4 239.22 1 0.3
Hex 0 2 99 64 63 0 28 EF 64 1E
Octal 0 2 231 144 143 0 50 357 144 36
Binary 0 10 10011001 1100100 1100011 0 101000 11101111 1100100 11110

Color Harmonies of #000299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000299

Black with #000299

Text Example


Text Example

White with #000299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000299; }

 p { color: rgb(0,2,153); }

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

background-color css

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

 a { background-color: rgb(0,2,153); }

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

border-color css

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

 span { border-color: rgb(0,2,153); }

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