#2013B4

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

Shades of Ultramarine #2013B4

Tints of Ultramarine #2013B4

Color information

#2013B4 (or 0x2013B4) is unknown color: approx Ultramarine. HEX triplet: 20, 13 and B4. RGB value is (32,19,180). Sum of RGB (Red+Green+Blue) = 32+19+180=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 180 (70.70% from 255 or 77.92% from 231); Max value from RGB is 180 - color contains mainly: blue. Hex color #2013B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2013B4 is #DFEC4B. Grayscale: #282828. Windows color (decimal): -14675020 or 11801376. OLE color: 11801376.

HSL color Cylindrical-coordinate representation of color #2013B4: hue angle of 244.84º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2013B4 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3219180-
CMYK0.820.8900.29
HSL244.84º80.9%39.02%-
HSV(B)244.84º89.44%70.59%-
XYZ9.074.0743.49-
YUV41.24206.31121.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 180 (70.70% from 255) = 77.92%
R=13.85%
G=8.23%
B=77.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32191800.820.8900.29244.8480.939.02
Hex2013B4525901Df55127
Octal402326412213103536512147
Binary100000100111011010010100101011001011101111101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2013B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2013B4; }

 p { color: rgb(32,19,180); }

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

<style>
 a { background-color: #2013B4; }

 a { background-color: rgb(32,19,180); }

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

<style>
 span { border-color: #2013B4; }

 span { border-color: rgb(32,19,180); }

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