#1A18A1

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

Shades of Ultramarine #1A18A1

Tints of Ultramarine #1A18A1

Color information

#1A18A1 (or 0x1A18A1) is unknown color: approx Ultramarine. HEX triplet: 1A, 18 and A1. RGB value is (26,24,161). Sum of RGB (Red+Green+Blue) = 26+24+161=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A18A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A18A1 is #E5E75E. Grayscale: #272727. Windows color (decimal): -15066975 or 10557466. OLE color: 10557466.

HSL color Cylindrical-coordinate representation of color #1A18A1: hue angle of 240.88º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A18A1 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2624161-
CMYK0.840.8500.37
HSL240.88º74.05%36.27%-
HSV(B)240.88º85.09%63.14%-
XYZ7.193.4534-
YUV40.22196.16117.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 161 (63.28% from 255) = 76.30%
R=12.32%
G=11.37%
B=76.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26241610.840.8500.37240.8874.0536.27
Hex1A18A15455025f14a24
Octal323024112412504536111244
Binary110101100010100001101010010101010100101111100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A18A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,161); }

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

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

 a { background-color: rgb(26,24,161); }

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

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

 span { border-color: rgb(26,24,161); }

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