#1A0EAF

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

Shades of Ultramarine #1A0EAF

Tints of Ultramarine #1A0EAF

Color information

#1A0EAF (or 0x1A0EAF) is unknown color: approx Ultramarine. HEX triplet: 1A, 0E and AF. RGB value is (26,14,175). Sum of RGB (Red+Green+Blue) = 26+14+175=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A0EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0EAF is #E5F150. Grayscale: #232323. Windows color (decimal): -15069521 or 11472410. OLE color: 11472410.

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

Color convert

RGB2614175-
CMYK0.850.9200.31
HSL244.47º85.19%37.06%-
HSV(B)244.47º92%68.63%-
XYZ8.323.6340.82-
YUV35.94206.48120.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 175 (68.75% from 255) = 81.40%
R=12.09%
G=6.51%
B=81.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26141750.850.9200.31244.4785.1937.06
Hex1AEAF555C01Ff45525
Octal321625712513403736412545
Binary1101011101010111110101011011100011111111101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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