#2511AD

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

Shades of Ultramarine #2511AD

Tints of Ultramarine #2511AD

Color information

#2511AD (or 0x2511AD) is unknown color: approx Ultramarine. HEX triplet: 25, 11 and AD. RGB value is (37,17,173). Sum of RGB (Red+Green+Blue) = 37+17+173=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #2511AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511AD is #DAEE52. Grayscale: #282828. Windows color (decimal): -14347859 or 11342117. OLE color: 11342117.

HSL color Cylindrical-coordinate representation of color #2511AD: hue angle of 247.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2511AD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3717173-
CMYK0.790.9000.32
HSL247.69º82.11%37.25%-
HSV(B)247.69º90.17%67.84%-
XYZ8.513.8139.82-
YUV40.76202.63125.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=16.30%
G=7.49%
B=76.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37171730.790.9000.32247.6982.1137.25
Hex2511AD4F5A020f85225
Octal452125511713204037012245
Binary1001011000110101101100111110110100100000111110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2511AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2511AD; }

 p { color: rgb(37,17,173); }

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

<style>
 a { background-color: #2511AD; }

 a { background-color: rgb(37,17,173); }

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

<style>
 span { border-color: #2511AD; }

 span { border-color: rgb(37,17,173); }

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