Html Css Color HEX #010DA6 New Midnight Blue

📋 copy color: '#010DA6'

red 1 ◦ green 13 ◦ blue 166

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

Shades of New Midnight Blue #010DA6

Tints of New Midnight Blue #010DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 92.22%

R = 0.56%
G = 7.22%
B = 92.22%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#010DA6 (or 0x010DA6) is known color: New Midnight Blue. HEX triplet: 01, 0D and A6. RGB value is (1,13,166). Sum of RGB (Red+Green+Blue) = 1+13+166=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 166 (65.23% from 255 or 92.22% from 180); Max value from RGB is 166 - color contains mainly: blue. Hex color #010DA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA6 is #FEF259. Grayscale: #1A1A1A. Windows color (decimal): -16708186 or 10882305. OLE color: 10882305.

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

Color convert

RGB 1 13 166 -
CMYK 0.99 0.92 0 0.35
HSL 235.64º 0.99% 0.33% -
HSV(B) 235.64º 0.99% 0.65% -
XYZ 7.04 3.05 36.29 -
YUV 26.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 1 13 166 0.99 0.92 0 0.35 235.64 0.99 0.33
Hex 1 D A6 63 5C 0 23 EC 63 21
Octal 1 15 246 143 134 0 43 354 143 41
Binary 1 1101 10100110 1100011 1011100 0 100011 11101100 1100011 100001

Color Harmonies of #010DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DA6

Black with #010DA6

Text Example


Text Example

White with #010DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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