Html Css Color HEX #0015AA New Midnight Blue

📋 copy color: '#0015AA'

red 0 ◦ green 21 ◦ blue 170

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

Shades of New Midnight Blue #0015AA

Tints of New Midnight Blue #0015AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 170 (66.8% from 255) = 89.01%

R = 0%
G = 10.99%
B = 89.01%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0015AA (or 0x0015AA) is known color: New Midnight Blue. HEX triplet: 00, 15 and AA. RGB value is (0,21,170). Sum of RGB (Red+Green+Blue) = 0+21+170=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 170 (66.80% from 255 or 89.01% from 191); Max value from RGB is 170 - color contains mainly: blue. Hex color #0015AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0015AA is #FFEA55. Grayscale: #1F1F1F. Windows color (decimal): -16771670 or 11146496. OLE color: 11146496.

HSL color Cylindrical-coordinate representation of color #0015AA: hue angle of 232.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0015AA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 21 170 -
CMYK 1 0.88 0 0.33
HSL 232.59º 1% 0.33% -
HSV(B) 232.59º 1% 0.67% -
XYZ 7.52 3.44 38.3 -
YUV 31.71 206.04 105.38 -
System Red Green Blue C M Y K H S L
Decimal 0 21 170 1 0.88 0 0.33 232.59 1 0.33
Hex 0 15 AA 64 58 0 21 E9 64 21
Octal 0 25 252 144 130 0 41 351 144 41
Binary 0 10101 10101010 1100100 1011000 0 100001 11101001 1100100 100001

Color Harmonies of #0015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0015AA

Black with #0015AA

Text Example


Text Example

White with #0015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0015AA; }

 p { color: rgb(0,21,170); }

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

background-color css

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

 a { background-color: rgb(0,21,170); }

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

border-color css

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

 span { border-color: rgb(0,21,170); }

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