#1A123E

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

Shades of Tolopea #1A123E

Tints of Tolopea #1A123E

Color information

#1A123E (or 0x1A123E) is unknown color: approx Tolopea. HEX triplet: 1A, 12 and 3E. RGB value is (26,18,62). Sum of RGB (Red+Green+Blue) = 26+18+62=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A123E is #E5EDC1. Grayscale: #191919. Windows color (decimal): -15068610 or 4067866. OLE color: 4067866.

HSL color Cylindrical-coordinate representation of color #1A123E: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A123E is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB261862-
CMYK0.580.7100.76
HSL250.91º55%15.69%-
HSV(B)250.91º70.97%24.31%-
XYZ1.5114.67-
YUV25.41148.65128.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.53%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 62 (24.61% from 255) = 58.49%
R=24.53%
G=16.98%
B=58.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2618620.580.7100.76250.915515.69
Hex1A123E3A4704Cfb3710
Octal3222767210701143736720
Binary11010100101111101110101000111010011001111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A123E; }

 p { color: rgb(26,18,62); }

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

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

 a { background-color: rgb(26,18,62); }

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

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

 span { border-color: rgb(26,18,62); }

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