#2512AB

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

Shades of Ultramarine #2512AB

Tints of Ultramarine #2512AB

Color information

#2512AB (or 0x2512AB) is unknown color: approx Ultramarine. HEX triplet: 25, 12 and AB. RGB value is (37,18,171). Sum of RGB (Red+Green+Blue) = 37+18+171=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #2512AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2512AB is #DAED54. Grayscale: #282828. Windows color (decimal): -14347605 or 11211301. OLE color: 11211301.

HSL color Cylindrical-coordinate representation of color #2512AB: hue angle of 247.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2512AB is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3718171-
CMYK0.780.8900.33
HSL247.45º80.95%37.06%-
HSV(B)247.45º89.47%67.06%-
XYZ8.333.7738.82-
YUV41.12201.29125.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 171 (67.19% from 255) = 75.66%
R=16.37%
G=7.96%
B=75.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37181710.780.8900.33247.4580.9537.06
Hex2512AB4E59021f75125
Octal452225311613104136712145
Binary1001011001010101011100111010110010100001111101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2512AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2512AB; }

 p { color: rgb(37,18,171); }

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

<style>
 a { background-color: #2512AB; }

 a { background-color: rgb(37,18,171); }

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

<style>
 span { border-color: #2512AB; }

 span { border-color: rgb(37,18,171); }

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