Html Css Color HEX #100672 Midnight Blue

📋 copy color: '#100672'

red 16 ◦ green 6 ◦ blue 114

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

Shades of Midnight Blue #100672

Tints of Midnight Blue #100672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 114 (44.92% from 255) = 83.82%

R = 11.76%
G = 4.41%
B = 83.82%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#100672 (or 0x100672) is known color: Midnight Blue. HEX triplet: 10, 06 and 72. RGB value is (16,6,114). Sum of RGB (Red+Green+Blue) = 16+6+114=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #100672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100672 is #EFF98D. Grayscale: #141414. Windows color (decimal): -15726990 or 7472656. OLE color: 7472656.

HSL color Cylindrical-coordinate representation of color #100672: hue angle of 245.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100672 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 6 114 -
CMYK 0.86 0.95 0 0.55
HSL 245.56º 0.9% 0.24% -
HSV(B) 245.56º 0.95% 0.45% -
XYZ 3.32 1.46 16.03 -
YUV 21.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 16 6 114 0.86 0.95 0 0.55 245.56 0.9 0.24
Hex 10 6 72 56 5F 0 37 F6 5A 18
Octal 20 6 162 126 137 0 67 366 132 30
Binary 10000 110 1110010 1010110 1011111 0 110111 11110110 1011010 11000

Color Harmonies of #100672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100672

Black with #100672

Text Example


Text Example

White with #100672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100672; }

 p { color: rgb(16,6,114); }

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

background-color css

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

 a { background-color: rgb(16,6,114); }

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

border-color css

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

 span { border-color: rgb(16,6,114); }

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