#1A159F

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

Shades of Ultramarine #1A159F

Tints of Ultramarine #1A159F

Color information

#1A159F (or 0x1A159F) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and 9F. RGB value is (26,21,159). Sum of RGB (Red+Green+Blue) = 26+21+159=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A159F is #E5EA60. Grayscale: #252525. Windows color (decimal): -15067745 or 10425626. OLE color: 10425626.

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

Color convert

RGB2621159-
CMYK0.840.8700.38
HSL242.17º76.67%35.29%-
HSV(B)242.17º86.79%62.35%-
XYZ6.953.2633.06-
YUV38.23196.16119.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 159 (62.5% from 255) = 77.18%
R=12.62%
G=10.19%
B=77.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26211590.840.8700.38242.1776.6735.29
Hex1A159F5457026f24d23
Octal322523712412704636211543
Binary110101010110011111101010010101110100110111100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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