Html Css Color HEX #010E9F New Midnight Blue

📋 copy color: '#010E9F'

red 1 ◦ green 14 ◦ blue 159

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

Shades of New Midnight Blue #010E9F

Tints of New Midnight Blue #010E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

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

R = 0.57%
G = 8.05%
B = 91.38%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010E9F (or 0x010E9F) is known color: New Midnight Blue. HEX triplet: 01, 0E and 9F. RGB value is (1,14,159). Sum of RGB (Red+Green+Blue) = 1+14+159=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 159 (62.5% from 255 or 91.38% from 174); Max value from RGB is 159 - color contains mainly: blue. Hex color #010E9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E9F is #FEF160. Grayscale: #1A1A1A. Windows color (decimal): -16707937 or 10423809. OLE color: 10423809.

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

Color convert

RGB 1 14 159 -
CMYK 0.99 0.91 0 0.38
HSL 235.06º 0.99% 0.31% -
HSV(B) 235.06º 0.99% 0.62% -
XYZ 6.43 2.82 33.01 -
YUV 26.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 1 14 159 0.99 0.91 0 0.38 235.06 0.99 0.31
Hex 1 E 9F 63 5B 0 26 EB 63 1F
Octal 1 16 237 143 133 0 46 353 143 37
Binary 1 1110 10011111 1100011 1011011 0 100110 11101011 1100011 11111

Color Harmonies of #010E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E9F

Black with #010E9F

Text Example


Text Example

White with #010E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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