#2513af

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

Shades of Ultramarine #2513AF

Tints of Ultramarine #2513AF

Color information

#2513AF (or 0x2513AF) is unknown color: approx Ultramarine. HEX triplet: 25, 13 and AF. RGB value is (37,19,175). Sum of RGB (Red+Green+Blue) = 37+19+175=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #2513AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2513AF is #DAEC50. Grayscale: #292929. Windows color (decimal): -14347345 or 11473701. OLE color: 11473701.

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

Color convert

RGB3719175-
CMYK0.790.8900.31
HSL246.92º80.41%38.04%-
HSV(B)246.92º89.14%68.63%-
XYZ8.733.9540.86-
YUV42.17202.96124.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 175 (68.75% from 255) = 75.76%
R=16.02%
G=8.23%
B=75.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37191750.790.8900.31246.9280.4138.04
Hex2513AF4F5901Ff75026
Octal452325711713103736712046
Binary100101100111010111110011111011001011111111101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2513af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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