#1A093C

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

Shades of Tolopea #1A093C

Tints of Tolopea #1A093C

Color information

#1A093C (or 0x1A093C) is unknown color: approx Tolopea. HEX triplet: 1A, 09 and 3C. RGB value is (26,9,60). Sum of RGB (Red+Green+Blue) = 26+9+60=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A093C is #E5F6C3. Grayscale: #131313. Windows color (decimal): -15070916 or 3934490. OLE color: 3934490.

HSL color Cylindrical-coordinate representation of color #1A093C: hue angle of 260º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A093C is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB26960-
CMYK0.570.8500.76
HSL260º73.91%13.53%-
HSV(B)260º85%23.53%-
XYZ1.340.744.35-
YUV19.9150.63132.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.37%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=27.37%
G=9.47%
B=63.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal269600.570.8500.7626073.9113.53
Hex1A93C395504C1044ae
Octal32117471125011440411216
Binary11010100111110011100110101010100110010000010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,9,60); }

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

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

 a { background-color: rgb(26,9,60); }

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

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

 span { border-color: rgb(26,9,60); }

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