#251A9A

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

Shades of Ultramarine #251A9A

Tints of Ultramarine #251A9A

Color information

#251A9A (or 0x251A9A) is unknown color: approx Ultramarine. HEX triplet: 25, 1A and 9A. RGB value is (37,26,154). Sum of RGB (Red+Green+Blue) = 37+26+154=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #251A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A9A is #DAE565. Grayscale: #2B2B2B. Windows color (decimal): -14345574 or 10099237. OLE color: 10099237.

HSL color Cylindrical-coordinate representation of color #251A9A: hue angle of 245.16º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251A9A is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3726154-
CMYK0.760.8300.40
HSL245.16º71.11%35.29%-
HSV(B)245.16º83.12%60.39%-
XYZ6.973.4730.87-
YUV43.88190.14123.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 154 (60.55% from 255) = 70.97%
R=17.05%
G=11.98%
B=70.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37261540.760.8300.40245.1671.1135.29
Hex251A9A4C53028f54723
Octal453223211412305036510743
Binary1001011101010011010100110010100110101000111101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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