#251AAC

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

Shades of Ultramarine #251AAC

Tints of Ultramarine #251AAC

Color information

#251AAC (or 0x251AAC) is unknown color: approx Ultramarine. HEX triplet: 25, 1A and AC. RGB value is (37,26,172). Sum of RGB (Red+Green+Blue) = 37+26+172=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #251AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251AAC is #DAE553. Grayscale: #2D2D2D. Windows color (decimal): -14345556 or 11278885. OLE color: 11278885.

HSL color Cylindrical-coordinate representation of color #251AAC: hue angle of 244.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251AAC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3726172-
CMYK0.780.8500.33
HSL244.52º73.74%38.82%-
HSV(B)244.52º84.88%67.45%-
XYZ8.584.1139.37-
YUV45.93199.14121.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 172 (67.58% from 255) = 73.19%
R=15.74%
G=11.06%
B=73.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37261720.780.8500.33244.5273.7438.82
Hex251AAC4E55021f54a27
Octal453225411612504136511247
Binary1001011101010101100100111010101010100001111101011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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