Html Css Color HEX #110462 Midnight Blue

📋 copy color: '#110462'

red 17 ◦ green 4 ◦ blue 98

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

Shades of Midnight Blue #110462

Tints of Midnight Blue #110462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 82.35%

R = 14.29%
G = 3.36%
B = 82.35%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#110462 (or 0x110462) is known color: Midnight Blue. HEX triplet: 11, 04 and 62. RGB value is (17,4,98). Sum of RGB (Red+Green+Blue) = 17+4+98=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #110462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110462 is #EEFB9D. Grayscale: #121212. Windows color (decimal): -15661982 or 6423569. OLE color: 6423569.

HSL color Cylindrical-coordinate representation of color #110462: hue angle of 248.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110462 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 4 98 -
CMYK 0.83 0.96 0 0.62
HSL 248.3º 0.92% 0.2% -
HSV(B) 248.3º 0.96% 0.38% -
XYZ 2.48 1.09 11.63 -
YUV 18.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 17 4 98 0.83 0.96 0 0.62 248.3 0.92 0.2
Hex 11 4 62 53 60 0 3E F8 5C 14
Octal 21 4 142 123 140 0 76 370 134 24
Binary 10001 100 1100010 1010011 1100000 0 111110 11111000 1011100 10100

Color Harmonies of #110462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110462

Black with #110462

Text Example


Text Example

White with #110462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110462; }

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

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

background-color css

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

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

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

border-color css

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

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

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