#1A18AF

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

Shades of Ultramarine #1A18AF

Tints of Ultramarine #1A18AF

Color information

#1A18AF (or 0x1A18AF) is unknown color: approx Ultramarine. HEX triplet: 1A, 18 and AF. RGB value is (26,24,175). Sum of RGB (Red+Green+Blue) = 26+24+175=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A18AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A18AF is #E5E750. Grayscale: #292929. Windows color (decimal): -15066961 or 11474970. OLE color: 11474970.

HSL color Cylindrical-coordinate representation of color #1A18AF: hue angle of 240.79º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A18AF is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2624175-
CMYK0.850.8600.31
HSL240.79º75.88%39.02%-
HSV(B)240.79º86.29%68.63%-
XYZ8.493.9740.88-
YUV41.81203.16116.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 175 (68.75% from 255) = 77.78%
R=11.56%
G=10.67%
B=77.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26241750.850.8600.31240.7975.8839.02
Hex1A18AF555601Ff14c27
Octal323025712512603736111447
Binary11010110001010111110101011010110011111111100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A18AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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