Html Css Color HEX #010DB1 New Midnight Blue

📋 copy color: '#010DB1'

red 1 ◦ green 13 ◦ blue 177

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

Shades of New Midnight Blue #010DB1

Tints of New Midnight Blue #010DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 92.67%

R = 0.52%
G = 6.81%
B = 92.67%

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

#010DB1 (or 0x010DB1) is known color: New Midnight Blue. HEX triplet: 01, 0D and B1. RGB value is (1,13,177). Sum of RGB (Red+Green+Blue) = 1+13+177=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 177 (69.53% from 255 or 92.67% from 191); Max value from RGB is 177 - color contains mainly: blue. Hex color #010DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DB1 is #FEF24E. Grayscale: #1B1B1B. Windows color (decimal): -16708175 or 11603201. OLE color: 11603201.

HSL color Cylindrical-coordinate representation of color #010DB1: hue angle of 235.91º 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 #010DB1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 13 177 -
CMYK 0.99 0.93 0 0.31
HSL 235.91º 0.99% 0.35% -
HSV(B) 235.91º 0.99% 0.69% -
XYZ 8.09 3.47 41.84 -
YUV 28.11 212.02 108.66 -
System Red Green Blue C M Y K H S L
Decimal 1 13 177 0.99 0.93 0 0.31 235.91 0.99 0.35
Hex 1 D B1 63 5D 0 1F EC 63 23
Octal 1 15 261 143 135 0 37 354 143 43
Binary 1 1101 10110001 1100011 1011101 0 11111 11101100 1100011 100011

Color Harmonies of #010DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DB1

Black with #010DB1

Text Example


Text Example

White with #010DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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