Html Css Color HEX #010D97 New Midnight Blue

📋 copy color: '#010D97'

red 1 ◦ green 13 ◦ blue 151

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

Shades of New Midnight Blue #010D97

Tints of New Midnight Blue #010D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 91.52%

R = 0.61%
G = 7.88%
B = 91.52%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#010D97 (or 0x010D97) is known color: New Midnight Blue. HEX triplet: 01, 0D and 97. RGB value is (1,13,151). Sum of RGB (Red+Green+Blue) = 1+13+151=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 151 (59.38% from 255 or 91.52% from 165); Max value from RGB is 151 - color contains mainly: blue. Hex color #010D97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D97 is #FEF268. Grayscale: #181818. Windows color (decimal): -16708201 or 9899265. OLE color: 9899265.

HSL color Cylindrical-coordinate representation of color #010D97: hue angle of 235.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D97 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 13 151 -
CMYK 0.99 0.91 0 0.41
HSL 235.2º 0.99% 0.3% -
HSV(B) 235.2º 0.99% 0.59% -
XYZ 5.74 2.53 29.46 -
YUV 25.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 1 13 151 0.99 0.91 0 0.41 235.2 0.99 0.3
Hex 1 D 97 63 5B 0 29 EB 63 1E
Octal 1 15 227 143 133 0 51 353 143 36
Binary 1 1101 10010111 1100011 1011011 0 101001 11101011 1100011 11110

Color Harmonies of #010D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D97

Black with #010D97

Text Example


Text Example

White with #010D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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