#0214A6

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

Shades of New Midnight Blue #0214A6

Tints of New Midnight Blue #0214A6

Color information

#0214A6 (or 0x0214A6) is unknown color: approx New Midnight Blue. HEX triplet: 02, 14 and A6. RGB value is (2,20,166). Sum of RGB (Red+Green+Blue) = 2+20+166=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 166 (65.23% from 255 or 88.30% from 188); Max value from RGB is 166 - color contains mainly: blue. Hex color #0214A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0214A6 is #FDEB59. Grayscale: #1E1E1E. Windows color (decimal): -16640858 or 10884098. OLE color: 10884098.

HSL color Cylindrical-coordinate representation of color #0214A6: hue angle of 233.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0214A6 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB220166-
CMYK0.990.8800.35
HSL233.41º97.62%32.94%-
HSV(B)233.41º98.8%65.1%-
XYZ7.163.2736.33-
YUV31.26204.04107.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 166 (65.23% from 255) = 88.30%
R=1.06%
G=10.64%
B=88.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2201660.990.8800.35233.4197.6232.94
Hex214A66358023e96221
Octal22424614313004335114241
Binary101010010100110110001110110000100011111010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0214A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0214A6; }

 p { color: rgb(2,20,166); }

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

<style>
 a { background-color: #0214A6; }

 a { background-color: rgb(2,20,166); }

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

<style>
 span { border-color: #0214A6; }

 span { border-color: rgb(2,20,166); }

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