Html Css Color HEX #0213AE New Midnight Blue

📋 copy color: '#0213AE'

red 2 ◦ green 19 ◦ blue 174

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

Shades of New Midnight Blue #0213AE

Tints of New Midnight Blue #0213AE

RGB

 RED value IS 2 (1.17% from 255) = 1.03%

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 1.03%
G = 9.74%
B = 89.23%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0213AE (or 0x0213AE) is known color: New Midnight Blue. HEX triplet: 02, 13 and AE. RGB value is (2,19,174). Sum of RGB (Red+Green+Blue) = 2+19+174=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 19 (7.81% from 255 or 9.74% 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 #0213AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0213AE is #FDEC51. Grayscale: #1E1E1E. Windows color (decimal): -16641106 or 11408130. OLE color: 11408130.

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

Color convert

RGB 2 19 174 -
CMYK 0.99 0.89 0 0.32
HSL 234.07º 0.98% 0.35% -
HSV(B) 234.07º 0.99% 0.68% -
XYZ 7.9 3.53 40.31 -
YUV 31.59 208.37 106.9 -
System Red Green Blue C M Y K H S L
Decimal 2 19 174 0.99 0.89 0 0.32 234.07 0.98 0.35
Hex 2 13 AE 63 59 0 20 EA 62 23
Octal 2 23 256 143 131 0 40 352 142 43
Binary 10 10011 10101110 1100011 1011001 0 100000 11101010 1100010 100011

Color Harmonies of #0213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0213AE

Black with #0213AE

Text Example


Text Example

White with #0213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,19,174); }

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

background-color css

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

 a { background-color: rgb(2,19,174); }

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

border-color css

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

 span { border-color: rgb(2,19,174); }

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