Html Css Color HEX #11025C Midnight Blue

📋 copy color: '#11025C'

red 17 ◦ green 2 ◦ blue 92

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

Shades of Midnight Blue #11025C

Tints of Midnight Blue #11025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

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

R = 15.32%
G = 1.8%
B = 82.88%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11025C (or 0x11025C) is known color: Midnight Blue. HEX triplet: 11, 02 and 5C. RGB value is (17,2,92). Sum of RGB (Red+Green+Blue) = 17+2+92=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #11025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11025C is #EEFDA3. Grayscale: #101010. Windows color (decimal): -15662500 or 6029841. OLE color: 6029841.

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

Color convert

RGB 17 2 92 -
CMYK 0.82 0.98 0 0.64
HSL 250º 0.96% 0.18% -
HSV(B) 250º 0.98% 0.36% -
XYZ 2.18 0.94 10.19 -
YUV 16.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 17 2 92 0.82 0.98 0 0.64 250 0.96 0.18
Hex 11 2 5C 52 62 0 40 FA 60 12
Octal 21 2 134 122 142 0 100 372 140 22
Binary 10001 10 1011100 1010010 1100010 0 1000000 11111010 1100000 10010

Color Harmonies of #11025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11025C

Black with #11025C

Text Example


Text Example

White with #11025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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