#251A9F

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

Shades of Ultramarine #251A9F

Tints of Ultramarine #251A9F

Color information

#251A9F (or 0x251A9F) is unknown color: approx Ultramarine. HEX triplet: 25, 1A and 9F. RGB value is (37,26,159). Sum of RGB (Red+Green+Blue) = 37+26+159=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #251A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A9F is #DAE560. Grayscale: #2B2B2B. Windows color (decimal): -14345569 or 10426917. OLE color: 10426917.

HSL color Cylindrical-coordinate representation of color #251A9F: hue angle of 244.96º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251A9F is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3726159-
CMYK0.770.8400.38
HSL244.96º71.89%36.27%-
HSV(B)244.96º83.65%62.35%-
XYZ7.393.6433.11-
YUV44.45192.64122.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 159 (62.5% from 255) = 71.62%
R=16.67%
G=11.71%
B=71.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37261590.770.8400.38244.9671.8936.27
Hex251A9F4D54026f54824
Octal453223711512404636511044
Binary1001011101010011111100110110101000100110111101011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,26,159); }

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

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

 a { background-color: rgb(37,26,159); }

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

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

 span { border-color: rgb(37,26,159); }

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