Html Css Color HEX #0011A4 New Midnight Blue

📋 copy color: '#0011A4'

red 0 ◦ green 17 ◦ blue 164

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

Shades of New Midnight Blue #0011A4

Tints of New Midnight Blue #0011A4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 0%
G = 9.39%
B = 90.61%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0011A4 (or 0x0011A4) is known color: New Midnight Blue. HEX triplet: 00, 11 and A4. RGB value is (0,17,164). Sum of RGB (Red+Green+Blue) = 0+17+164=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 164 (64.45% from 255 or 90.61% from 181); Max value from RGB is 164 - color contains mainly: blue. Hex color #0011A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0011A4 is #FFEE5B. Grayscale: #1C1C1C. Windows color (decimal): -16772700 or 10752256. OLE color: 10752256.

HSL color Cylindrical-coordinate representation of color #0011A4: hue angle of 233.78º 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 #0011A4 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 17 164 -
CMYK 1 0.90 0 0.36
HSL 233.78º 1% 0.32% -
HSV(B) 233.78º 1% 0.64% -
XYZ 6.9 3.08 35.35 -
YUV 28.68 204.37 107.55 -
System Red Green Blue C M Y K H S L
Decimal 0 17 164 1 0.90 0 0.36 233.78 1 0.32
Hex 0 11 A4 64 5A 0 24 EA 64 20
Octal 0 21 244 144 132 0 44 352 144 40
Binary 0 10001 10100100 1100100 1011010 0 100100 11101010 1100100 100000

Color Harmonies of #0011A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0011A4

Black with #0011A4

Text Example


Text Example

White with #0011A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0011A4; }

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

 H1.HeaderClassName
 {
   color: #0011A4;
 }
 .AnyTagClassName
 {
   color: #0011A4;
 }
</style>

background-color css

<style>
 a { background-color: #0011A4; }

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

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

border-color css

<style>
 span { border-color: #0011A4; }

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

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