Html Css Color HEX #0200AE New Midnight Blue

📋 copy color: '#0200AE'

red 2 ◦ green 0 ◦ blue 174

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

Shades of New Midnight Blue #0200AE

Tints of New Midnight Blue #0200AE

RGB

 RED value IS 2 (1.17% from 255) = 1.14%

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

 BLUE value IS 174 (68.36% from 255) = 98.86%

R = 1.14%
G = 0%
B = 98.86%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0200AE (or 0x0200AE) is known color: New Midnight Blue. HEX triplet: 02, 00 and AE. RGB value is (2,0,174). Sum of RGB (Red+Green+Blue) = 2+0+174=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 174 (68.36% from 255 or 98.86% from 176); Max value from RGB is 174 - color contains mainly: blue. Hex color #0200AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0200AE is #FDFF51. Grayscale: #131313. Windows color (decimal): -16645970 or 11403266. OLE color: 11403266.

HSL color Cylindrical-coordinate representation of color #0200AE: hue angle of 240.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0200AE is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 0 174 -
CMYK 0.99 1 0 0.32
HSL 240.69º 1% 0.34% -
HSV(B) 240.69º 1% 0.68% -
XYZ 7.67 3.07 40.23 -
YUV 20.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 2 0 174 0.99 1 0 0.32 240.69 1 0.34
Hex 2 0 AE 63 64 0 20 F1 64 22
Octal 2 0 256 143 144 0 40 361 144 42
Binary 10 0 10101110 1100011 1100100 0 100000 11110001 1100100 100010

Color Harmonies of #0200AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200AE

Black with #0200AE

Text Example


Text Example

White with #0200AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0200AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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