#2014A8

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

Shades of Ultramarine #2014A8

Tints of Ultramarine #2014A8

Color information

#2014A8 (or 0x2014A8) is unknown color: approx Ultramarine. HEX triplet: 20, 14 and A8. RGB value is (32,20,168). Sum of RGB (Red+Green+Blue) = 32+20+168=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 168 (66.02% from 255 or 76.36% from 220); Max value from RGB is 168 - color contains mainly: blue. Hex color #2014A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014A8 is #DFEB57. Grayscale: #272727. Windows color (decimal): -14674776 or 11015200. OLE color: 11015200.

HSL color Cylindrical-coordinate representation of color #2014A8: hue angle of 244.86º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2014A8 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3220168-
CMYK0.810.8800.34
HSL244.86º78.72%36.86%-
HSV(B)244.86º88.1%65.88%-
XYZ7.913.6337.33-
YUV40.46199.98121.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 168 (66.02% from 255) = 76.36%
R=14.55%
G=9.09%
B=76.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32201680.810.8800.34244.8678.7236.86
Hex2014A85158022f54f25
Octal402425012113004236511745
Binary1000001010010101000101000110110000100010111101011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2014A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2014A8; }

 p { color: rgb(32,20,168); }

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

<style>
 a { background-color: #2014A8; }

 a { background-color: rgb(32,20,168); }

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

<style>
 span { border-color: #2014A8; }

 span { border-color: rgb(32,20,168); }

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