#1A2590

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

Shades of Ultramarine #1A2590

Tints of Ultramarine #1A2590

Color information

#1A2590 (or 0x1A2590) is unknown color: approx Ultramarine. HEX triplet: 1A, 25 and 90. RGB value is (26,37,144). Sum of RGB (Red+Green+Blue) = 26+37+144=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A2590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2590 is #E5DA6F. Grayscale: #2D2D2D. Windows color (decimal): -15063664 or 9446682. OLE color: 9446682.

HSL color Cylindrical-coordinate representation of color #1A2590: hue angle of 234.41º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2590 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2637144-
CMYK0.820.7400.44
HSL234.41º69.41%33.33%-
HSV(B)234.41º81.94%56.47%-
XYZ6.123.5626.75-
YUV45.91183.36113.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 144 (56.64% from 255) = 69.57%
R=12.56%
G=17.87%
B=69.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26371440.820.7400.44234.4169.4133.33
Hex1A2590524A02Cea4521
Octal324522012211205435210541
Binary1101010010110010000101001010010100101100111010101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,144); }

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

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

 a { background-color: rgb(26,37,144); }

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

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

 span { border-color: rgb(26,37,144); }

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