#1A158E

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

Shades of Ultramarine #1A158E

Tints of Ultramarine #1A158E

Color information

#1A158E (or 0x1A158E) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and 8E. RGB value is (26,21,142). Sum of RGB (Red+Green+Blue) = 26+21+142=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A158E is #E5EA71. Grayscale: #232323. Windows color (decimal): -15067762 or 9311514. OLE color: 9311514.

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

Color convert

RGB2621142-
CMYK0.820.8500.44
HSL242.48º74.23%31.96%-
HSV(B)242.48º85.21%55.69%-
XYZ5.582.7125.82-
YUV36.29187.66120.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 142 (55.86% from 255) = 75.13%
R=13.76%
G=11.11%
B=75.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26211420.820.8500.44242.4874.2331.96
Hex1A158E525502Cf24a20
Octal322521612212505436211240
Binary110101010110001110101001010101010101100111100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,142); }

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

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

 a { background-color: rgb(26,21,142); }

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

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

 span { border-color: rgb(26,21,142); }

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