#11023C

Color #11023C Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #11023C

Tints of Tolopea #11023C

Color information

#11023C (or 0x11023C) is unknown color: approx Tolopea. HEX triplet: 11, 02 and 3C. RGB value is (17,2,60). Sum of RGB (Red+Green+Blue) = 17+2+60=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #11023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11023C is #EEFDC3. Grayscale: #0C0C0C. Windows color (decimal): -15662532 or 3932689. OLE color: 3932689.

HSL color Cylindrical-coordinate representation of color #11023C: hue angle of 255.52º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11023C is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB17260-
CMYK0.720.9700.76
HSL255.52º93.55%12.16%-
HSV(B)255.52º96.67%23.53%-
XYZ1.070.494.31-
YUV13.1154.47130.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 60 (23.83% from 255) = 75.95%
R=21.52%
G=2.53%
B=75.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal172600.720.9700.76255.5293.5512.16
Hex1123C486104C1005ec
Octal21274110141011440013614
Binary1000110111100100100011000010100110010000000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11023C;
 }
 .AnyTagClassName
 {
   color: #11023C;
 }
</style>
background-color css

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

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

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

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

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

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