Html Css Color HEX #10019F New Midnight Blue

📋 copy color: '#10019F'

red 16 ◦ green 1 ◦ blue 159

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

Shades of New Midnight Blue #10019F

Tints of New Midnight Blue #10019F

RGB

 RED value IS 16 (6.64% from 255) = 9.09%

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

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

R = 9.09%
G = 0.57%
B = 90.34%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10019F (or 0x10019F) is known color: New Midnight Blue. HEX triplet: 10, 01 and 9F. RGB value is (16,1,159). Sum of RGB (Red+Green+Blue) = 16+1+159=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #10019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10019F is #EFFE60. Grayscale: #161616. Windows color (decimal): -15728225 or 10420496. OLE color: 10420496.

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

Color convert

RGB 16 1 159 -
CMYK 0.90 0.99 0 0.38
HSL 245.7º 0.99% 0.31% -
HSV(B) 245.7º 0.99% 0.62% -
XYZ 6.48 2.64 32.97 -
YUV 23.5 204.47 122.65 -
System Red Green Blue C M Y K H S L
Decimal 16 1 159 0.90 0.99 0 0.38 245.7 0.99 0.31
Hex 10 1 9F 5A 63 0 26 F6 63 1F
Octal 20 1 237 132 143 0 46 366 143 37
Binary 10000 1 10011111 1011010 1100011 0 100110 11110110 1100011 11111

Color Harmonies of #10019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10019F

Black with #10019F

Text Example


Text Example

White with #10019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10019F; }

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

 H1.HeaderClassName
 {
   color: #10019F;
 }
 .AnyTagClassName
 {
   color: #10019F;
 }
</style>

background-color css

<style>
 a { background-color: #10019F; }

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

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

border-color css

<style>
 span { border-color: #10019F; }

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

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