Html Css Color HEX #010AA2 New Midnight Blue

📋 copy color: '#010AA2'

red 1 ◦ green 10 ◦ blue 162

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

Shades of New Midnight Blue #010AA2

Tints of New Midnight Blue #010AA2

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

 GREEN value IS 10 (4.3% from 255) = 5.78%

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

R = 0.58%
G = 5.78%
B = 93.64%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#010AA2 (or 0x010AA2) is known color: New Midnight Blue. HEX triplet: 01, 0A and A2. RGB value is (1,10,162). Sum of RGB (Red+Green+Blue) = 1+10+162=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 162 (63.67% from 255 or 93.64% from 173); Max value from RGB is 162 - color contains mainly: blue. Hex color #010AA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010AA2 is #FEF55D. Grayscale: #181818. Windows color (decimal): -16708958 or 10619393. OLE color: 10619393.

HSL color Cylindrical-coordinate representation of color #010AA2: hue angle of 236.65º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010AA2 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 10 162 -
CMYK 0.99 0.94 0 0.36
HSL 236.65º 0.99% 0.32% -
HSV(B) 236.65º 0.99% 0.64% -
XYZ 6.64 2.83 34.38 -
YUV 24.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 1 10 162 0.99 0.94 0 0.36 236.65 0.99 0.32
Hex 1 A A2 63 5E 0 24 ED 63 20
Octal 1 12 242 143 136 0 44 355 143 40
Binary 1 1010 10100010 1100011 1011110 0 100100 11101101 1100011 100000

Color Harmonies of #010AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AA2

Black with #010AA2

Text Example


Text Example

White with #010AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010AA2; }

 p { color: rgb(1,10,162); }

 H1.HeaderClassName
 {
   color: #010AA2;
 }
 .AnyTagClassName
 {
   color: #010AA2;
 }
</style>

background-color css

<style>
 a { background-color: #010AA2; }

 a { background-color: rgb(1,10,162); }

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

border-color css

<style>
 span { border-color: #010AA2; }

 span { border-color: rgb(1,10,162); }

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