#2505A9

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

Shades of Ultramarine #2505A9

Tints of Ultramarine #2505A9

Color information

#2505A9 (or 0x2505A9) is unknown color: approx Ultramarine. HEX triplet: 25, 05 and A9. RGB value is (37,5,169). Sum of RGB (Red+Green+Blue) = 37+5+169=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 169 (66.41% from 255 or 80.09% from 211); Max value from RGB is 169 - color contains mainly: blue. Hex color #2505A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2505A9 is #DAFA56. Grayscale: #202020. Windows color (decimal): -14350935 or 11076901. OLE color: 11076901.

HSL color Cylindrical-coordinate representation of color #2505A9: hue angle of 251.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2505A9 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB375169-
CMYK0.780.9700.34
HSL251.71º94.25%34.12%-
HSV(B)251.71º97.04%66.27%-
XYZ7.983.3737.77-
YUV33.26204.6130.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 169 (66.41% from 255) = 80.09%
R=17.54%
G=2.37%
B=80.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3751690.780.9700.34251.7194.2534.12
Hex255A94E61022fc5e22
Octal45525111614104237413642
Binary10010110110101001100111011000010100010111111001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2505A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2505A9; }

 p { color: rgb(37,5,169); }

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

<style>
 a { background-color: #2505A9; }

 a { background-color: rgb(37,5,169); }

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

<style>
 span { border-color: #2505A9; }

 span { border-color: rgb(37,5,169); }

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