Html Css Color HEX #010D9F New Midnight Blue

📋 copy color: '#010D9F'

red 1 ◦ green 13 ◦ blue 159

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

Shades of New Midnight Blue #010D9F

Tints of New Midnight Blue #010D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 91.91%

R = 0.58%
G = 7.51%
B = 91.91%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010D9F (or 0x010D9F) is known color: New Midnight Blue. HEX triplet: 01, 0D and 9F. RGB value is (1,13,159). Sum of RGB (Red+Green+Blue) = 1+13+159=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 159 (62.5% from 255 or 91.91% from 173); Max value from RGB is 159 - color contains mainly: blue. Hex color #010D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D9F is #FEF260. Grayscale: #191919. Windows color (decimal): -16708193 or 10423553. OLE color: 10423553.

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

Color convert

RGB 1 13 159 -
CMYK 0.99 0.92 0 0.38
HSL 235.44º 0.99% 0.31% -
HSV(B) 235.44º 0.99% 0.62% -
XYZ 6.41 2.8 33 -
YUV 26.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 1 13 159 0.99 0.92 0 0.38 235.44 0.99 0.31
Hex 1 D 9F 63 5C 0 26 EB 63 1F
Octal 1 15 237 143 134 0 46 353 143 37
Binary 1 1101 10011111 1100011 1011100 0 100110 11101011 1100011 11111

Color Harmonies of #010D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D9F

Black with #010D9F

Text Example


Text Example

White with #010D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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