#0414A4

Color #0414A4 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0414A4

Tints of New Midnight Blue #0414A4

Color information

#0414A4 (or 0x0414A4) is unknown color: approx New Midnight Blue. HEX triplet: 04, 14 and A4. RGB value is (4,20,164). Sum of RGB (Red+Green+Blue) = 4+20+164=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 164 (64.45% from 255 or 87.23% from 188); Max value from RGB is 164 - color contains mainly: blue. Hex color #0414A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0414A4 is #FBEB5B. Grayscale: #1F1F1F. Windows color (decimal): -16509788 or 10753028. OLE color: 10753028.

HSL color Cylindrical-coordinate representation of color #0414A4: hue angle of 234º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0414A4 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB420164-
CMYK0.980.8800.36
HSL234º95.24%32.94%-
HSV(B)234º97.56%64.31%-
XYZ73.2135.37-
YUV31.63202.7108.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 164 (64.45% from 255) = 87.23%
R=2.13%
G=10.64%
B=87.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4201640.980.8800.3623495.2432.94
Hex414A46258024ea5f21
Octal42424414213004435213741
Binary1001010010100100110001010110000100100111010101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0414A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,20,164); }

 H1.HeaderClassName
 {
   color: #0414A4;
 }
 .AnyTagClassName
 {
   color: #0414A4;
 }
</style>
background-color css

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

 a { background-color: rgb(4,20,164); }

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

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

 span { border-color: rgb(4,20,164); }

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