#1A029C

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

Shades of Ultramarine #1A029C

Tints of Ultramarine #1A029C

Color information

#1A029C (or 0x1A029C) is unknown color: approx Ultramarine. HEX triplet: 1A, 02 and 9C. RGB value is (26,2,156). Sum of RGB (Red+Green+Blue) = 26+2+156=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 156 (61.33% from 255 or 84.78% from 184); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A029C is #E5FD63. Grayscale: #1A1A1A. Windows color (decimal): -15072612 or 10224154. OLE color: 10224154.

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

Color convert

RGB262156-
CMYK0.830.9900.39
HSL249.35º97.47%30.98%-
HSV(B)249.35º98.72%61.18%-
XYZ6.452.6631.63-
YUV26.73200.95127.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.13%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 156 (61.33% from 255) = 84.78%
R=14.13%
G=1.09%
B=84.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2621560.830.9900.39249.3597.4730.98
Hex1A29C5363027f9611f
Octal32223412314304737114137
Binary11010101001110010100111100011010011111111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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