#1214A5

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

Shades of Ultramarine #1214A5

Tints of Ultramarine #1214A5

Color information

#1214A5 (or 0x1214A5) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and A5. RGB value is (18,20,165). Sum of RGB (Red+Green+Blue) = 18+20+165=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 165 (64.84% from 255 or 81.28% from 203); Max value from RGB is 165 - color contains mainly: blue. Hex color #1214A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1214A5 is #EDEB5A. Grayscale: #232323. Windows color (decimal): -15592283 or 10818578. OLE color: 10818578.

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

Color convert

RGB1820165-
CMYK0.890.8800.35
HSL239.18º80.33%35.88%-
HSV(B)239.18º89.09%64.71%-
XYZ7.293.3535.86-
YUV35.93200.84115.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 165 (64.84% from 255) = 81.28%
R=8.87%
G=9.85%
B=81.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18201650.890.8800.35239.1880.3335.88
Hex1214A55958023ef5024
Octal222424513113004335712044
Binary100101010010100101101100110110000100011111011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1214A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1214A5; }

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

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

<style>
 a { background-color: #1214A5; }

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

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

<style>
 span { border-color: #1214A5; }

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

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