Html Css Color HEX #101263 Midnight Blue

📋 copy color: '#101263'

red 16 ◦ green 18 ◦ blue 99

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

Shades of Midnight Blue #101263

Tints of Midnight Blue #101263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

 BLUE value IS 99 (39.06% from 255) = 74.44%

R = 12.03%
G = 13.53%
B = 74.44%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#101263 (or 0x101263) is known color: Midnight Blue. HEX triplet: 10, 12 and 63. RGB value is (16,18,99). Sum of RGB (Red+Green+Blue) = 16+18+99=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #101263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101263 is #EFED9C. Grayscale: #1A1A1A. Windows color (decimal): -15723933 or 6492688. OLE color: 6492688.

HSL color Cylindrical-coordinate representation of color #101263: hue angle of 238.55º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101263 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 18 99 -
CMYK 0.84 0.82 0 0.61
HSL 238.55º 0.72% 0.23% -
HSV(B) 238.55º 0.84% 0.39% -
XYZ 2.68 1.44 11.94 -
YUV 26.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 16 18 99 0.84 0.82 0 0.61 238.55 0.72 0.23
Hex 10 12 63 54 52 0 3D EF 48 17
Octal 20 22 143 124 122 0 75 357 110 27
Binary 10000 10010 1100011 1010100 1010010 0 111101 11101111 1001000 10111

Color Harmonies of #101263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101263

Black with #101263

Text Example


Text Example

White with #101263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101263; }

 p { color: rgb(16,18,99); }

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

background-color css

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

 a { background-color: rgb(16,18,99); }

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

border-color css

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

 span { border-color: rgb(16,18,99); }

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