Html Css Color HEX #010DAC New Midnight Blue

📋 copy color: '#010DAC'

red 1 ◦ green 13 ◦ blue 172

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

Shades of New Midnight Blue #010DAC

Tints of New Midnight Blue #010DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.99%

 BLUE value IS 172 (67.58% from 255) = 92.47%

R = 0.54%
G = 6.99%
B = 92.47%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#010DAC (or 0x010DAC) is known color: New Midnight Blue. HEX triplet: 01, 0D and AC. RGB value is (1,13,172). Sum of RGB (Red+Green+Blue) = 1+13+172=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 172 (67.58% from 255 or 92.47% from 186); Max value from RGB is 172 - color contains mainly: blue. Hex color #010DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DAC is #FEF253. Grayscale: #1A1A1A. Windows color (decimal): -16708180 or 11275521. OLE color: 11275521.

HSL color Cylindrical-coordinate representation of color #010DAC: hue angle of 235.79º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DAC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 13 172 -
CMYK 0.99 0.92 0 0.33
HSL 235.79º 0.99% 0.34% -
HSV(B) 235.79º 0.99% 0.67% -
XYZ 7.6 3.27 39.26 -
YUV 27.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 1 13 172 0.99 0.92 0 0.33 235.79 0.99 0.34
Hex 1 D AC 63 5C 0 21 EC 63 22
Octal 1 15 254 143 134 0 41 354 143 42
Binary 1 1101 10101100 1100011 1011100 0 100001 11101100 1100011 100010

Color Harmonies of #010DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DAC

Black with #010DAC

Text Example


Text Example

White with #010DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,13,172); }

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

background-color css

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

 a { background-color: rgb(1,13,172); }

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

border-color css

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

 span { border-color: rgb(1,13,172); }

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