Html Css Color HEX #100069 Midnight Blue

📋 copy color: '#100069'

red 16 ◦ green 0 ◦ blue 105

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

Shades of Midnight Blue #100069

Tints of Midnight Blue #100069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 86.78%

R = 13.22%
G = 0%
B = 86.78%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#100069 (or 0x100069) is known color: Midnight Blue. HEX triplet: 10, 00 and 69. RGB value is (16,0,105). Sum of RGB (Red+Green+Blue) = 16+0+105=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 105 (41.41% from 255 or 86.78% from 121); Max value from RGB is 105 - color contains mainly: blue. Hex color #100069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100069 is #EFFF96. Grayscale: #101010. Windows color (decimal): -15728535 or 6881296. OLE color: 6881296.

HSL color Cylindrical-coordinate representation of color #100069: hue angle of 249.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100069 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 0 105 -
CMYK 0.85 1 0 0.59
HSL 249.14º 1% 0.21% -
HSV(B) 249.14º 1% 0.41% -
XYZ 2.76 1.13 13.44 -
YUV 16.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 16 0 105 0.85 1 0 0.59 249.14 1 0.21
Hex 10 0 69 55 64 0 3B F9 64 15
Octal 20 0 151 125 144 0 73 371 144 25
Binary 10000 0 1101001 1010101 1100100 0 111011 11111001 1100100 10101

Color Harmonies of #100069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100069

Black with #100069

Text Example


Text Example

White with #100069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100069; }

 p { color: rgb(16,0,105); }

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

background-color css

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

 a { background-color: rgb(16,0,105); }

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

border-color css

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

 span { border-color: rgb(16,0,105); }

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