#2014B0

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

Shades of Ultramarine #2014B0

Tints of Ultramarine #2014B0

Color information

#2014B0 (or 0x2014B0) is unknown color: approx Ultramarine. HEX triplet: 20, 14 and B0. RGB value is (32,20,176). Sum of RGB (Red+Green+Blue) = 32+20+176=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 176 (69.14% from 255 or 77.19% from 228); Max value from RGB is 176 - color contains mainly: blue. Hex color #2014B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014B0 is #DFEB4F. Grayscale: #282828. Windows color (decimal): -14674768 or 11539488. OLE color: 11539488.

HSL color Cylindrical-coordinate representation of color #2014B0: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2014B0 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3220176-
CMYK0.820.8900.31
HSL244.62º79.59%38.43%-
HSV(B)244.62º88.64%69.02%-
XYZ8.683.9441.38-
YUV41.37203.98121.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 176 (69.14% from 255) = 77.19%
R=14.04%
G=8.77%
B=77.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32201760.820.8900.31244.6279.5938.43
Hex2014B0525901Ff55026
Octal402426012213103736512046
Binary100000101001011000010100101011001011111111101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2014B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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