Html Css Color HEX #100C62 Midnight Blue

📋 copy color: '#100C62'

red 16 ◦ green 12 ◦ blue 98

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

Shades of Midnight Blue #100C62

Tints of Midnight Blue #100C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.52%

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

R = 12.7%
G = 9.52%
B = 77.78%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#100C62 (or 0x100C62) is known color: Midnight Blue. HEX triplet: 10, 0C and 62. RGB value is (16,12,98). Sum of RGB (Red+Green+Blue) = 16+12+98=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #100C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C62 is #EFF39D. Grayscale: #161616. Windows color (decimal): -15725470 or 6425616. OLE color: 6425616.

HSL color Cylindrical-coordinate representation of color #100C62: hue angle of 242.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100C62 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 12 98 -
CMYK 0.84 0.88 0 0.62
HSL 242.79º 0.78% 0.22% -
HSV(B) 242.79º 0.88% 0.38% -
XYZ 2.55 1.25 11.66 -
YUV 23 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 16 12 98 0.84 0.88 0 0.62 242.79 0.78 0.22
Hex 10 C 62 54 58 0 3E F3 4E 16
Octal 20 14 142 124 130 0 76 363 116 26
Binary 10000 1100 1100010 1010100 1011000 0 111110 11110011 1001110 10110

Color Harmonies of #100C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C62

Black with #100C62

Text Example


Text Example

White with #100C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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