#2513B4

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

Shades of Ultramarine #2513B4

Tints of Ultramarine #2513B4

Color information

#2513B4 (or 0x2513B4) is unknown color: approx Ultramarine. HEX triplet: 25, 13 and B4. RGB value is (37,19,180). Sum of RGB (Red+Green+Blue) = 37+19+180=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #2513B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513B4 is #DAEC4B. Grayscale: #2A2A2A. Windows color (decimal): -14347340 or 11801381. OLE color: 11801381.

HSL color Cylindrical-coordinate representation of color #2513B4: hue angle of 246.71º 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 #2513B4 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3719180-
CMYK0.790.8900.29
HSL246.71º80.9%39.02%-
HSV(B)246.71º89.44%70.59%-
XYZ9.234.1543.5-
YUV42.74205.46123.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 180 (70.70% from 255) = 76.27%
R=15.68%
G=8.05%
B=76.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37191800.790.8900.29246.7180.939.02
Hex2513B44F5901Df75127
Octal452326411713103536712147
Binary100101100111011010010011111011001011101111101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2513B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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