#251CAA

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

Shades of Ultramarine #251CAA

Tints of Ultramarine #251CAA

Color information

#251CAA (or 0x251CAA) is unknown color: approx Ultramarine. HEX triplet: 25, 1C and AA. RGB value is (37,28,170). Sum of RGB (Red+Green+Blue) = 37+28+170=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #251CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251CAA is #DAE355. Grayscale: #2E2E2E. Windows color (decimal): -14345046 or 11148325. OLE color: 11148325.

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

Color convert

RGB3728170-
CMYK0.780.8400.33
HSL243.8º71.72%38.82%-
HSV(B)243.8º83.53%66.67%-
XYZ8.434.1338.38-
YUV46.88197.48120.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 170 (66.80% from 255) = 72.34%
R=15.74%
G=11.91%
B=72.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37281700.780.8400.33243.871.7238.82
Hex251CAA4E54021f44827
Octal453425211612404136411047
Binary1001011110010101010100111010101000100001111101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,170); }

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

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

 a { background-color: rgb(37,28,170); }

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

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

 span { border-color: rgb(37,28,170); }

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