#251F99

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

Shades of Ultramarine #251F99

Tints of Ultramarine #251F99

Color information

#251F99 (or 0x251F99) is unknown color: approx Ultramarine. HEX triplet: 25, 1F and 99. RGB value is (37,31,153). Sum of RGB (Red+Green+Blue) = 37+31+153=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #251F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251F99 is #DAE066. Grayscale: #2E2E2E. Windows color (decimal): -14344295 or 10034981. OLE color: 10034981.

HSL color Cylindrical-coordinate representation of color #251F99: hue angle of 242.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251F99 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3731153-
CMYK0.760.8000.4
HSL242.95º66.3%36.08%-
HSV(B)242.95º79.74%60%-
XYZ73.6730.48-
YUV46.7187.99121.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=16.74%
G=14.03%
B=69.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37311530.760.8000.4242.9566.336.08
Hex251F994C50028f34224
Octal453723111412005036310244
Binary1001011111110011001100110010100000101000111100111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,31,153); }

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

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

 a { background-color: rgb(37,31,153); }

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

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

 span { border-color: rgb(37,31,153); }

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