Html Css Color HEX #0002AE New Midnight Blue

📋 copy color: '#0002AE'

red 0 ◦ green 2 ◦ blue 174

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

Shades of New Midnight Blue #0002AE

Tints of New Midnight Blue #0002AE

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0002AE (or 0x0002AE) is known color: New Midnight Blue. HEX triplet: 00, 02 and AE. RGB value is (0,2,174). Sum of RGB (Red+Green+Blue) = 0+2+174=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 2 (1.17% from 255 or 1.14% 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 #0002AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0002AE is #FFFD51. Grayscale: #141414. Windows color (decimal): -16776530 or 11403776. OLE color: 11403776.

HSL color Cylindrical-coordinate representation of color #0002AE: hue angle of 239.31º 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 #0002AE is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 2 174 -
CMYK 1 0.99 0 0.32
HSL 239.31º 1% 0.34% -
HSV(B) 239.31º 1% 0.68% -
XYZ 7.66 3.1 40.24 -
YUV 21.01 214.34 113.01 -
System Red Green Blue C M Y K H S L
Decimal 0 2 174 1 0.99 0 0.32 239.31 1 0.34
Hex 0 2 AE 64 63 0 20 EF 64 22
Octal 0 2 256 144 143 0 40 357 144 42
Binary 0 10 10101110 1100100 1100011 0 100000 11101111 1100100 100010

Color Harmonies of #0002AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0002AE

Black with #0002AE

Text Example


Text Example

White with #0002AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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