Html Css Color HEX #0412AD New Midnight Blue

📋 copy color: '#0412AD'

red 4 ◦ green 18 ◦ blue 173

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

Shades of New Midnight Blue #0412AD

Tints of New Midnight Blue #0412AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 2.05%
G = 9.23%
B = 88.72%

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

#0412AD (or 0x0412AD) is known color: New Midnight Blue. HEX triplet: 04, 12 and AD. RGB value is (4,18,173). Sum of RGB (Red+Green+Blue) = 4+18+173=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #0412AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0412AD is #FBED52. Grayscale: #1E1E1E. Windows color (decimal): -16510291 or 11342340. OLE color: 11342340.

HSL color Cylindrical-coordinate representation of color #0412AD: hue angle of 235.03º degrees, saturation: 0.95, 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 #0412AD is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 18 173 -
CMYK 0.98 0.90 0 0.32
HSL 235.03º 0.95% 0.35% -
HSV(B) 235.03º 0.98% 0.68% -
XYZ 7.81 3.48 39.79 -
YUV 31.48 207.86 108.4 -
System Red Green Blue C M Y K H S L
Decimal 4 18 173 0.98 0.90 0 0.32 235.03 0.95 0.35
Hex 4 12 AD 62 5A 0 20 EB 5F 23
Octal 4 22 255 142 132 0 40 353 137 43
Binary 100 10010 10101101 1100010 1011010 0 100000 11101011 1011111 100011

Color Harmonies of #0412AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0412AD

Black with #0412AD

Text Example


Text Example

White with #0412AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0412AD; }

 p { color: rgb(4,18,173); }

 H1.HeaderClassName
 {
   color: #0412AD;
 }
 .AnyTagClassName
 {
   color: #0412AD;
 }
</style>

background-color css

<style>
 a { background-color: #0412AD; }

 a { background-color: rgb(4,18,173); }

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

border-color css

<style>
 span { border-color: #0412AD; }

 span { border-color: rgb(4,18,173); }

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