Html Css Color HEX #100962 Midnight Blue

📋 copy color: '#100962'

red 16 ◦ green 9 ◦ blue 98

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

Shades of Midnight Blue #100962

Tints of Midnight Blue #100962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

 BLUE value IS 98 (38.67% from 255) = 79.67%

R = 13.01%
G = 7.32%
B = 79.67%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#100962 (or 0x100962) is known color: Midnight Blue. HEX triplet: 10, 09 and 62. RGB value is (16,9,98). Sum of RGB (Red+Green+Blue) = 16+9+98=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #100962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100962 is #EFF69D. Grayscale: #141414. Windows color (decimal): -15726238 or 6424848. OLE color: 6424848.

HSL color Cylindrical-coordinate representation of color #100962: hue angle of 244.72º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100962 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 9 98 -
CMYK 0.84 0.91 0 0.62
HSL 244.72º 0.83% 0.21% -
HSV(B) 244.72º 0.91% 0.38% -
XYZ 2.52 1.19 11.65 -
YUV 21.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 16 9 98 0.84 0.91 0 0.62 244.72 0.83 0.21
Hex 10 9 62 54 5B 0 3E F5 53 15
Octal 20 11 142 124 133 0 76 365 123 25
Binary 10000 1001 1100010 1010100 1011011 0 111110 11110101 1010011 10101

Color Harmonies of #100962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100962

Black with #100962

Text Example


Text Example

White with #100962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100962; }

 p { color: rgb(16,9,98); }

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

background-color css

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

 a { background-color: rgb(16,9,98); }

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

border-color css

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

 span { border-color: rgb(16,9,98); }

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