#251D95

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

Shades of Ultramarine #251D95

Tints of Ultramarine #251D95

Color information

#251D95 (or 0x251D95) is unknown color: approx Ultramarine. HEX triplet: 25, 1D and 95. RGB value is (37,29,149). Sum of RGB (Red+Green+Blue) = 37+29+149=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #251D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251D95 is #DAE26A. Grayscale: #2C2C2C. Windows color (decimal): -14344811 or 9772325. OLE color: 9772325.

HSL color Cylindrical-coordinate representation of color #251D95: hue angle of 244º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251D95 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3729149-
CMYK0.750.8100.42
HSL244º67.42%34.9%-
HSV(B)244º80.54%58.43%-
XYZ6.633.4428.75-
YUV45.07186.65122.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=17.21%
G=13.49%
B=69.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37291490.750.8100.4224467.4234.9
Hex251D954B5102Af44323
Octal453522511312105236410343
Binary1001011110110010101100101110100010101010111101001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251D95; }

 p { color: rgb(37,29,149); }

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

<style>
 a { background-color: #251D95; }

 a { background-color: rgb(37,29,149); }

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

<style>
 span { border-color: #251D95; }

 span { border-color: rgb(37,29,149); }

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