Html Css Color HEX #0512A2 New Midnight Blue

📋 copy color: '#0512A2'

red 5 ◦ green 18 ◦ blue 162

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

Shades of New Midnight Blue #0512A2

Tints of New Midnight Blue #0512A2

RGB

 RED value IS 5 (2.34% from 255) = 2.7%

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

 BLUE value IS 162 (63.67% from 255) = 87.57%

R = 2.7%
G = 9.73%
B = 87.57%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0512A2 (or 0x0512A2) is known color: New Midnight Blue. HEX triplet: 05, 12 and A2. RGB value is (5,18,162). Sum of RGB (Red+Green+Blue) = 5+18+162=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 162 (63.67% from 255 or 87.57% from 185); Max value from RGB is 162 - color contains mainly: blue. Hex color #0512A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0512A2 is #FAED5D. Grayscale: #1D1D1D. Windows color (decimal): -16444766 or 10621445. OLE color: 10621445.

HSL color Cylindrical-coordinate representation of color #0512A2: hue angle of 235.03º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0512A2 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 18 162 -
CMYK 0.97 0.89 0 0.36
HSL 235.03º 0.94% 0.33% -
HSV(B) 235.03º 0.97% 0.64% -
XYZ 6.8 3.07 34.42 -
YUV 30.53 202.19 109.79 -
System Red Green Blue C M Y K H S L
Decimal 5 18 162 0.97 0.89 0 0.36 235.03 0.94 0.33
Hex 5 12 A2 61 59 0 24 EB 5E 21
Octal 5 22 242 141 131 0 44 353 136 41
Binary 101 10010 10100010 1100001 1011001 0 100100 11101011 1011110 100001

Color Harmonies of #0512A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0512A2

Black with #0512A2

Text Example


Text Example

White with #0512A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0512A2; }

 p { color: rgb(5,18,162); }

 H1.HeaderClassName
 {
   color: #0512A2;
 }
 .AnyTagClassName
 {
   color: #0512A2;
 }
</style>

background-color css

<style>
 a { background-color: #0512A2; }

 a { background-color: rgb(5,18,162); }

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

border-color css

<style>
 span { border-color: #0512A2; }

 span { border-color: rgb(5,18,162); }

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