#1A14A5

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

Shades of Ultramarine #1A14A5

Tints of Ultramarine #1A14A5

Color information

#1A14A5 (or 0x1A14A5) is unknown color: approx Ultramarine. HEX triplet: 1A, 14 and A5. RGB value is (26,20,165). Sum of RGB (Red+Green+Blue) = 26+20+165=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #1A14A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A14A5 is #E5EB5A. Grayscale: #252525. Windows color (decimal): -15067995 or 10818586. OLE color: 10818586.

HSL color Cylindrical-coordinate representation of color #1A14A5: hue angle of 242.48º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A14A5 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2620165-
CMYK0.840.8800.35
HSL242.48º78.38%36.27%-
HSV(B)242.48º87.88%64.71%-
XYZ7.473.4435.87-
YUV38.32199.49119.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 165 (64.84% from 255) = 78.20%
R=12.32%
G=9.48%
B=78.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26201650.840.8800.35242.4878.3836.27
Hex1A14A55458023f24e24
Octal322424512413004336211644
Binary110101010010100101101010010110000100011111100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A14A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,165); }

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

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

 a { background-color: rgb(26,20,165); }

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

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

 span { border-color: rgb(26,20,165); }

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