#1A159E

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

Shades of Ultramarine #1A159E

Tints of Ultramarine #1A159E

Color information

#1A159E (or 0x1A159E) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and 9E. RGB value is (26,21,158). Sum of RGB (Red+Green+Blue) = 26+21+158=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A159E is #E5EA61. Grayscale: #252525. Windows color (decimal): -15067746 or 10360090. OLE color: 10360090.

HSL color Cylindrical-coordinate representation of color #1A159E: hue angle of 242.19º 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 #1A159E is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2621158-
CMYK0.840.8700.38
HSL242.19º76.54%35.1%-
HSV(B)242.19º86.71%61.96%-
XYZ6.873.2232.61-
YUV38.11195.66119.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=12.68%
G=10.24%
B=77.07%

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
Decimal26211580.840.8700.38242.1976.5435.1
Hex1A159E5457026f24d23
Octal322523612412704636211543
Binary110101010110011110101010010101110100110111100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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