#1A139E

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

Shades of Ultramarine #1A139E

Tints of Ultramarine #1A139E

Color information

#1A139E (or 0x1A139E) is unknown color: approx Ultramarine. HEX triplet: 1A, 13 and 9E. RGB value is (26,19,158). Sum of RGB (Red+Green+Blue) = 26+19+158=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A139E is #E5EC61. Grayscale: #242424. Windows color (decimal): -15068258 or 10359578. OLE color: 10359578.

HSL color Cylindrical-coordinate representation of color #1A139E: hue angle of 243.02º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A139E is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2619158-
CMYK0.840.8800.38
HSL243.02º78.53%34.71%-
HSV(B)243.02º87.97%61.96%-
XYZ6.833.1532.6-
YUV36.94196.32120.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 158 (62.11% from 255) = 77.83%
R=12.81%
G=9.36%
B=77.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26191580.840.8800.38243.0278.5334.71
Hex1A139E5458026f34f23
Octal322323612413004636311743
Binary110101001110011110101010010110000100110111100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,19,158); }

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

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

 a { background-color: rgb(26,19,158); }

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

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

 span { border-color: rgb(26,19,158); }

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