Html Css Color HEX #101253 Midnight Blue

📋 copy color: '#101253'

red 16 ◦ green 18 ◦ blue 83

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

Shades of Midnight Blue #101253

Tints of Midnight Blue #101253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 70.94%

R = 13.68%
G = 15.38%
B = 70.94%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#101253 (or 0x101253) is known color: Midnight Blue. HEX triplet: 10, 12 and 53. RGB value is (16,18,83). Sum of RGB (Red+Green+Blue) = 16+18+83=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #101253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101253 is #EFEDAC. Grayscale: #181818. Windows color (decimal): -15723949 or 5444112. OLE color: 5444112.

HSL color Cylindrical-coordinate representation of color #101253: hue angle of 238.21º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101253 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 18 83 -
CMYK 0.81 0.78 0 0.67
HSL 238.21º 0.68% 0.19% -
HSV(B) 238.21º 0.81% 0.33% -
XYZ 1.99 1.17 8.3 -
YUV 24.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 16 18 83 0.81 0.78 0 0.67 238.21 0.68 0.19
Hex 10 12 53 51 4E 0 43 EE 44 13
Octal 20 22 123 121 116 0 103 356 104 23
Binary 10000 10010 1010011 1010001 1001110 0 1000011 11101110 1000100 10011

Color Harmonies of #101253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101253

Black with #101253

Text Example


Text Example

White with #101253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101253; }

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

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

background-color css

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

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

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

border-color css

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

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

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