Html Css Color HEX #110453 Midnight Blue

📋 copy color: '#110453'

red 17 ◦ green 4 ◦ blue 83

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

Shades of Midnight Blue #110453

Tints of Midnight Blue #110453

RGB

 RED value IS 17 (7.03% from 255) = 16.35%

 GREEN value IS 4 (1.95% from 255) = 3.85%

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

R = 16.35%
G = 3.85%
B = 79.81%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110453 (or 0x110453) is known color: Midnight Blue. HEX triplet: 11, 04 and 53. RGB value is (17,4,83). Sum of RGB (Red+Green+Blue) = 17+4+83=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #110453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110453 is #EEFBAC. Grayscale: #101010. Windows color (decimal): -15661997 or 5440529. OLE color: 5440529.

HSL color Cylindrical-coordinate representation of color #110453: hue angle of 249.87º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110453 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 4 83 -
CMYK 0.80 0.95 0 0.67
HSL 249.87º 0.91% 0.17% -
HSV(B) 249.87º 0.95% 0.33% -
XYZ 1.84 0.83 8.25 -
YUV 16.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 17 4 83 0.80 0.95 0 0.67 249.87 0.91 0.17
Hex 11 4 53 50 5F 0 43 FA 5B 11
Octal 21 4 123 120 137 0 103 372 133 21
Binary 10001 100 1010011 1010000 1011111 0 1000011 11111010 1011011 10001

Color Harmonies of #110453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110453

Black with #110453

Text Example


Text Example

White with #110453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110453; }

 p { color: rgb(17,4,83); }

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

background-color css

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

 a { background-color: rgb(17,4,83); }

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

border-color css

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

 span { border-color: rgb(17,4,83); }

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