Html Css Color HEX #0411AE New Midnight Blue

📋 copy color: '#0411AE'

red 4 ◦ green 17 ◦ blue 174

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

Shades of New Midnight Blue #0411AE

Tints of New Midnight Blue #0411AE

RGB

 RED value IS 4 (1.95% from 255) = 2.05%

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

 BLUE value IS 174 (68.36% from 255) = 89.23%

R = 2.05%
G = 8.72%
B = 89.23%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0411AE (or 0x0411AE) is known color: New Midnight Blue. HEX triplet: 04, 11 and AE. RGB value is (4,17,174). Sum of RGB (Red+Green+Blue) = 4+17+174=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #0411AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0411AE is #FBEE51. Grayscale: #1E1E1E. Windows color (decimal): -16510546 or 11407620. OLE color: 11407620.

HSL color Cylindrical-coordinate representation of color #0411AE: hue angle of 235.41º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0411AE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 17 174 -
CMYK 0.98 0.90 0 0.32
HSL 235.41º 0.96% 0.35% -
HSV(B) 235.41º 0.98% 0.68% -
XYZ 7.89 3.48 40.3 -
YUV 31.01 208.69 108.73 -
System Red Green Blue C M Y K H S L
Decimal 4 17 174 0.98 0.90 0 0.32 235.41 0.96 0.35
Hex 4 11 AE 62 5A 0 20 EB 60 23
Octal 4 21 256 142 132 0 40 353 140 43
Binary 100 10001 10101110 1100010 1011010 0 100000 11101011 1100000 100011

Color Harmonies of #0411AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0411AE

Black with #0411AE

Text Example


Text Example

White with #0411AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0411AE; }

 p { color: rgb(4,17,174); }

 H1.HeaderClassName
 {
   color: #0411AE;
 }
 .AnyTagClassName
 {
   color: #0411AE;
 }
</style>

background-color css

<style>
 a { background-color: #0411AE; }

 a { background-color: rgb(4,17,174); }

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

border-color css

<style>
 span { border-color: #0411AE; }

 span { border-color: rgb(4,17,174); }

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