Html Css Color HEX #010DAF New Midnight Blue

📋 copy color: '#010DAF'

red 1 ◦ green 13 ◦ blue 175

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

Shades of New Midnight Blue #010DAF

Tints of New Midnight Blue #010DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 92.59%

R = 0.53%
G = 6.88%
B = 92.59%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#010DAF (or 0x010DAF) is known color: New Midnight Blue. HEX triplet: 01, 0D and AF. RGB value is (1,13,175). Sum of RGB (Red+Green+Blue) = 1+13+175=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 175 (68.75% from 255 or 92.59% from 189); Max value from RGB is 175 - color contains mainly: blue. Hex color #010DAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DAF is #FEF250. Grayscale: #1B1B1B. Windows color (decimal): -16708177 or 11472129. OLE color: 11472129.

HSL color Cylindrical-coordinate representation of color #010DAF: hue angle of 235.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DAF is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 13 175 -
CMYK 0.99 0.93 0 0.31
HSL 235.86º 0.99% 0.35% -
HSV(B) 235.86º 0.99% 0.69% -
XYZ 7.89 3.39 40.8 -
YUV 27.88 211.02 108.83 -
System Red Green Blue C M Y K H S L
Decimal 1 13 175 0.99 0.93 0 0.31 235.86 0.99 0.35
Hex 1 D AF 63 5D 0 1F EC 63 23
Octal 1 15 257 143 135 0 37 354 143 43
Binary 1 1101 10101111 1100011 1011101 0 11111 11101100 1100011 100011

Color Harmonies of #010DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DAF

Black with #010DAF

Text Example


Text Example

White with #010DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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