Html Css Color HEX #10024F Midnight Blue

📋 copy color: '#10024F'

red 16 ◦ green 2 ◦ blue 79

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

Shades of Midnight Blue #10024F

Tints of Midnight Blue #10024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 81.44%

R = 16.49%
G = 2.06%
B = 81.44%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10024F (or 0x10024F) is known color: Midnight Blue. HEX triplet: 10, 02 and 4F. RGB value is (16,2,79). Sum of RGB (Red+Green+Blue) = 16+2+79=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #10024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10024F is #EFFDB0. Grayscale: #0E0E0E. Windows color (decimal): -15728049 or 5177872. OLE color: 5177872.

HSL color Cylindrical-coordinate representation of color #10024F: hue angle of 250.91º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10024F is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 2 79 -
CMYK 0.80 0.97 0 0.69
HSL 250.91º 0.95% 0.16% -
HSV(B) 250.91º 0.97% 0.31% -
XYZ 1.65 0.72 7.45 -
YUV 14.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 16 2 79 0.80 0.97 0 0.69 250.91 0.95 0.16
Hex 10 2 4F 50 61 0 45 FB 5F 10
Octal 20 2 117 120 141 0 105 373 137 20
Binary 10000 10 1001111 1010000 1100001 0 1000101 11111011 1011111 10000

Color Harmonies of #10024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10024F

Black with #10024F

Text Example


Text Example

White with #10024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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