#251AA7

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

Shades of Ultramarine #251AA7

Tints of Ultramarine #251AA7

Color information

#251AA7 (or 0x251AA7) is unknown color: approx Ultramarine. HEX triplet: 25, 1A and A7. RGB value is (37,26,167). Sum of RGB (Red+Green+Blue) = 37+26+167=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 167 (65.62% from 255 or 72.61% from 230); Max value from RGB is 167 - color contains mainly: blue. Hex color #251AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251AA7 is #DAE558. Grayscale: #2C2C2C. Windows color (decimal): -14345561 or 10951205. OLE color: 10951205.

HSL color Cylindrical-coordinate representation of color #251AA7: hue angle of 244.68º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251AA7 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3726167-
CMYK0.780.8400.35
HSL244.68º73.06%37.84%-
HSV(B)244.68º84.43%65.49%-
XYZ8.113.9236.89-
YUV45.36196.64122.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 167 (65.62% from 255) = 72.61%
R=16.09%
G=11.30%
B=72.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37261670.780.8400.35244.6873.0637.84
Hex251AA74E54023f54926
Octal453224711612404336511146
Binary1001011101010100111100111010101000100011111101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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