Html Css Color HEX #10029F New Midnight Blue

📋 copy color: '#10029F'

red 16 ◦ green 2 ◦ blue 159

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

Shades of New Midnight Blue #10029F

Tints of New Midnight Blue #10029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 9.04%
G = 1.13%
B = 89.83%

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

#10029F (or 0x10029F) is known color: New Midnight Blue. HEX triplet: 10, 02 and 9F. RGB value is (16,2,159). Sum of RGB (Red+Green+Blue) = 16+2+159=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #10029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10029F is #EFFD60. Grayscale: #171717. Windows color (decimal): -15727969 or 10420752. OLE color: 10420752.

HSL color Cylindrical-coordinate representation of color #10029F: hue angle of 245.35º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10029F is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 2 159 -
CMYK 0.90 0.99 0 0.38
HSL 245.35º 0.98% 0.32% -
HSV(B) 245.35º 0.99% 0.62% -
XYZ 6.49 2.66 32.97 -
YUV 24.08 204.14 122.23 -
System Red Green Blue C M Y K H S L
Decimal 16 2 159 0.90 0.99 0 0.38 245.35 0.98 0.32
Hex 10 2 9F 5A 63 0 26 F5 62 20
Octal 20 2 237 132 143 0 46 365 142 40
Binary 10000 10 10011111 1011010 1100011 0 100110 11110101 1100010 100000

Color Harmonies of #10029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10029F

Black with #10029F

Text Example


Text Example

White with #10029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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