Html Css Color HEX #0001AE New Midnight Blue

📋 copy color: '#0001AE'

red 0 ◦ green 1 ◦ blue 174

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

Shades of New Midnight Blue #0001AE

Tints of New Midnight Blue #0001AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 0%
G = 0.57%
B = 99.43%

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

#0001AE (or 0x0001AE) is known color: New Midnight Blue. HEX triplet: 00, 01 and AE. RGB value is (0,1,174). Sum of RGB (Red+Green+Blue) = 0+1+174=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 174 (68.36% from 255 or 99.43% from 175); Max value from RGB is 174 - color contains mainly: blue. Hex color #0001AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0001AE is #FFFE51. Grayscale: #131313. Windows color (decimal): -16776786 or 11403520. OLE color: 11403520.

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

Color convert

RGB 0 1 174 -
CMYK 1 0.99 0 0.32
HSL 239.66º 1% 0.34% -
HSV(B) 239.66º 1% 0.68% -
XYZ 7.65 3.08 40.24 -
YUV 20.42 214.67 113.43 -
System Red Green Blue C M Y K H S L
Decimal 0 1 174 1 0.99 0 0.32 239.66 1 0.34
Hex 0 1 AE 64 63 0 20 F0 64 22
Octal 0 1 256 144 143 0 40 360 144 42
Binary 0 1 10101110 1100100 1100011 0 100000 11110000 1100100 100010

Color Harmonies of #0001AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0001AE

Black with #0001AE

Text Example


Text Example

White with #0001AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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