Html Css Color HEX #110353 Midnight Blue

📋 copy color: '#110353'

red 17 ◦ green 3 ◦ blue 83

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

Shades of Midnight Blue #110353

Tints of Midnight Blue #110353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 16.5%
G = 2.91%
B = 80.58%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110353 (or 0x110353) is known color: Midnight Blue. HEX triplet: 11, 03 and 53. RGB value is (17,3,83). Sum of RGB (Red+Green+Blue) = 17+3+83=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #110353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110353 is #EEFCAC. Grayscale: #101010. Windows color (decimal): -15662253 or 5440273. OLE color: 5440273.

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

Color convert

RGB 17 3 83 -
CMYK 0.80 0.96 0 0.67
HSL 250.5º 0.93% 0.17% -
HSV(B) 250.5º 0.96% 0.33% -
XYZ 1.83 0.81 8.24 -
YUV 16.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 17 3 83 0.80 0.96 0 0.67 250.5 0.93 0.17
Hex 11 3 53 50 60 0 43 FB 5D 11
Octal 21 3 123 120 140 0 103 373 135 21
Binary 10001 11 1010011 1010000 1100000 0 1000011 11111011 1011101 10001

Color Harmonies of #110353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110353

Black with #110353

Text Example


Text Example

White with #110353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110353; }

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

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

background-color css

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

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

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

border-color css

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

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

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