Html Css Color HEX #110A68 Midnight Blue

📋 copy color: '#110A68'

red 17 ◦ green 10 ◦ blue 104

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

Shades of Midnight Blue #110A68

Tints of Midnight Blue #110A68

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.63%

 BLUE value IS 104 (41.02% from 255) = 79.39%

R = 12.98%
G = 7.63%
B = 79.39%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#110A68 (or 0x110A68) is known color: Midnight Blue. HEX triplet: 11, 0A and 68. RGB value is (17,10,104). Sum of RGB (Red+Green+Blue) = 17+10+104=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #110A68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A68 is #EEF597. Grayscale: #161616. Windows color (decimal): -15660440 or 6818321. OLE color: 6818321.

HSL color Cylindrical-coordinate representation of color #110A68: hue angle of 244.47º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110A68 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 10 104 -
CMYK 0.84 0.90 0 0.59
HSL 244.47º 0.82% 0.22% -
HSV(B) 244.47º 0.9% 0.41% -
XYZ 2.84 1.34 13.2 -
YUV 22.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 17 10 104 0.84 0.90 0 0.59 244.47 0.82 0.22
Hex 11 A 68 54 5A 0 3B F4 52 16
Octal 21 12 150 124 132 0 73 364 122 26
Binary 10001 1010 1101000 1010100 1011010 0 111011 11110100 1010010 10110

Color Harmonies of #110A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A68

Black with #110A68

Text Example


Text Example

White with #110A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110A68; }

 p { color: rgb(17,10,104); }

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

background-color css

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

 a { background-color: rgb(17,10,104); }

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

border-color css

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

 span { border-color: rgb(17,10,104); }

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