Html Css Color HEX #000FAA New Midnight Blue

📋 copy color: '#000FAA'

red 0 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #000FAA

Tints of New Midnight Blue #000FAA

RGB

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

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

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

R = 0%
G = 8.11%
B = 91.89%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#000FAA (or 0x000FAA) is known color: New Midnight Blue. HEX triplet: 00, 0F and AA. RGB value is (0,15,170). Sum of RGB (Red+Green+Blue) = 0+15+170=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #000FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FAA is #FFF055. Grayscale: #1B1B1B. Windows color (decimal): -16773206 or 11144960. OLE color: 11144960.

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

Color convert

RGB 0 15 170 -
CMYK 1 0.91 0 0.33
HSL 234.71º 1% 0.33% -
HSV(B) 234.71º 1% 0.67% -
XYZ 7.43 3.24 38.26 -
YUV 28.19 208.03 107.9 -
System Red Green Blue C M Y K H S L
Decimal 0 15 170 1 0.91 0 0.33 234.71 1 0.33
Hex 0 F AA 64 5B 0 21 EB 64 21
Octal 0 17 252 144 133 0 41 353 144 41
Binary 0 1111 10101010 1100100 1011011 0 100001 11101011 1100100 100001

Color Harmonies of #000FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FAA

Black with #000FAA

Text Example


Text Example

White with #000FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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