Html Css Color HEX #010DA0 New Midnight Blue

📋 copy color: '#010DA0'

red 1 ◦ green 13 ◦ blue 160

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

Shades of New Midnight Blue #010DA0

Tints of New Midnight Blue #010DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 91.95%

R = 0.57%
G = 7.47%
B = 91.95%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#010DA0 (or 0x010DA0) is known color: New Midnight Blue. HEX triplet: 01, 0D and A0. RGB value is (1,13,160). Sum of RGB (Red+Green+Blue) = 1+13+160=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 160 (62.89% from 255 or 91.95% from 174); Max value from RGB is 160 - color contains mainly: blue. Hex color #010DA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA0 is #FEF25F. Grayscale: #191919. Windows color (decimal): -16708192 or 10489089. OLE color: 10489089.

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

Color convert

RGB 1 13 160 -
CMYK 0.99 0.92 0 0.37
HSL 235.47º 0.99% 0.32% -
HSV(B) 235.47º 0.99% 0.63% -
XYZ 6.5 2.83 33.46 -
YUV 26.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 1 13 160 0.99 0.92 0 0.37 235.47 0.99 0.32
Hex 1 D A0 63 5C 0 25 EB 63 20
Octal 1 15 240 143 134 0 45 353 143 40
Binary 1 1101 10100000 1100011 1011100 0 100101 11101011 1100011 100000

Color Harmonies of #010DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DA0

Black with #010DA0

Text Example


Text Example

White with #010DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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