Html Css Color HEX #000FAD New Midnight Blue

📋 copy color: '#000FAD'

red 0 ◦ green 15 ◦ blue 173

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

Shades of New Midnight Blue #000FAD

Tints of New Midnight Blue #000FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.98%

 BLUE value IS 173 (67.97% from 255) = 92.02%

R = 0%
G = 7.98%
B = 92.02%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#000FAD (or 0x000FAD) is known color: New Midnight Blue. HEX triplet: 00, 0F and AD. RGB value is (0,15,173). Sum of RGB (Red+Green+Blue) = 0+15+173=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 173 (67.97% from 255 or 92.02% from 188); Max value from RGB is 173 - color contains mainly: blue. Hex color #000FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FAD is #FFF052. Grayscale: #1B1B1B. Windows color (decimal): -16773203 or 11341568. OLE color: 11341568.

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

Color convert

RGB 0 15 173 -
CMYK 1 0.91 0 0.32
HSL 234.8º 1% 0.34% -
HSV(B) 234.8º 1% 0.68% -
XYZ 7.71 3.36 39.78 -
YUV 28.53 209.53 107.65 -
System Red Green Blue C M Y K H S L
Decimal 0 15 173 1 0.91 0 0.32 234.8 1 0.34
Hex 0 F AD 64 5B 0 20 EB 64 22
Octal 0 17 255 144 133 0 40 353 144 42
Binary 0 1111 10101101 1100100 1011011 0 100000 11101011 1100100 100010

Color Harmonies of #000FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FAD

Black with #000FAD

Text Example


Text Example

White with #000FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000FAD; }

 p { color: rgb(0,15,173); }

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

background-color css

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

 a { background-color: rgb(0,15,173); }

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

border-color css

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

 span { border-color: rgb(0,15,173); }

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