Html Css Color HEX #11065C Midnight Blue

📋 copy color: '#11065C'

red 17 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #11065C

Tints of Midnight Blue #11065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

 BLUE value IS 92 (36.33% from 255) = 80%

R = 14.78%
G = 5.22%
B = 80%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11065C (or 0x11065C) is known color: Midnight Blue. HEX triplet: 11, 06 and 5C. RGB value is (17,6,92). Sum of RGB (Red+Green+Blue) = 17+6+92=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #11065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11065C is #EEF9A3. Grayscale: #121212. Windows color (decimal): -15661476 or 6030865. OLE color: 6030865.

HSL color Cylindrical-coordinate representation of color #11065C: hue angle of 247.67º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11065C is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 6 92 -
CMYK 0.82 0.93 0 0.64
HSL 247.67º 0.88% 0.19% -
HSV(B) 247.67º 0.93% 0.36% -
XYZ 2.23 1.02 10.21 -
YUV 19.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 17 6 92 0.82 0.93 0 0.64 247.67 0.88 0.19
Hex 11 6 5C 52 5D 0 40 F8 58 13
Octal 21 6 134 122 135 0 100 370 130 23
Binary 10001 110 1011100 1010010 1011101 0 1000000 11111000 1011000 10011

Color Harmonies of #11065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11065C

Black with #11065C

Text Example


Text Example

White with #11065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11065C; }

 p { color: rgb(17,6,92); }

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

background-color css

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

 a { background-color: rgb(17,6,92); }

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

border-color css

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

 span { border-color: rgb(17,6,92); }

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