#1A159C

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

Shades of Ultramarine #1A159C

Tints of Ultramarine #1A159C

Color information

#1A159C (or 0x1A159C) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and 9C. RGB value is (26,21,156). Sum of RGB (Red+Green+Blue) = 26+21+156=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A159C is #E5EA63. Grayscale: #252525. Windows color (decimal): -15067748 or 10229018. OLE color: 10229018.

HSL color Cylindrical-coordinate representation of color #1A159C: hue angle of 242.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A159C is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2621156-
CMYK0.830.8700.39
HSL242.22º76.27%34.71%-
HSV(B)242.22º86.54%61.18%-
XYZ6.693.1631.71-
YUV37.88194.66119.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=12.81%
G=10.34%
B=76.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26211560.830.8700.39242.2276.2734.71
Hex1A159C5357027f24c23
Octal322523412312704736211443
Binary110101010110011100101001110101110100111111100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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