Html Css Color HEX #000FA4 New Midnight Blue

📋 copy color: '#000FA4'

red 0 ◦ green 15 ◦ blue 164

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

Shades of New Midnight Blue #000FA4

Tints of New Midnight Blue #000FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 91.62%

R = 0%
G = 8.38%
B = 91.62%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#000FA4 (or 0x000FA4) is known color: New Midnight Blue. HEX triplet: 00, 0F and A4. RGB value is (0,15,164). Sum of RGB (Red+Green+Blue) = 0+15+164=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 164 (64.45% from 255 or 91.62% from 179); Max value from RGB is 164 - color contains mainly: blue. Hex color #000FA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FA4 is #FFF05B. Grayscale: #1A1A1A. Windows color (decimal): -16773212 or 10751744. OLE color: 10751744.

HSL color Cylindrical-coordinate representation of color #000FA4: hue angle of 234.51º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FA4 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 15 164 -
CMYK 1 0.91 0 0.36
HSL 234.51º 1% 0.32% -
HSV(B) 234.51º 1% 0.64% -
XYZ 6.87 3.02 35.34 -
YUV 27.5 205.03 108.38 -
System Red Green Blue C M Y K H S L
Decimal 0 15 164 1 0.91 0 0.36 234.51 1 0.32
Hex 0 F A4 64 5B 0 24 EB 64 20
Octal 0 17 244 144 133 0 44 353 144 40
Binary 0 1111 10100100 1100100 1011011 0 100100 11101011 1100100 100000

Color Harmonies of #000FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FA4

Black with #000FA4

Text Example


Text Example

White with #000FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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