#1A028B

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

Shades of Ultramarine #1A028B

Tints of Ultramarine #1A028B

Color information

#1A028B (or 0x1A028B) is unknown color: approx Ultramarine. HEX triplet: 1A, 02 and 8B. RGB value is (26,2,139). Sum of RGB (Red+Green+Blue) = 26+2+139=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A028B is #E5FD74. Grayscale: #181818. Windows color (decimal): -15072629 or 9110042. OLE color: 9110042.

HSL color Cylindrical-coordinate representation of color #1A028B: hue angle of 250.51º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A028B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB262139-
CMYK0.810.9900.45
HSL250.51º97.16%27.65%-
HSV(B)250.51º98.56%54.51%-
XYZ5.112.1324.57-
YUV24.79192.45128.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.57%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 139 (54.69% from 255) = 83.23%
R=15.57%
G=1.20%
B=83.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2621390.810.9900.45250.5197.1627.65
Hex1A28B516302Dfb611c
Octal32221312114305537314134
Binary11010101000101110100011100011010110111111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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