#251cac

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

Shades of Ultramarine #251CAC

Tints of Ultramarine #251CAC

Color information

#251CAC (or 0x251CAC) is unknown color: approx Ultramarine. HEX triplet: 25, 1C and AC. RGB value is (37,28,172). Sum of RGB (Red+Green+Blue) = 37+28+172=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #251CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251CAC is #DAE353. Grayscale: #2E2E2E. Windows color (decimal): -14345044 or 11279397. OLE color: 11279397.

HSL color Cylindrical-coordinate representation of color #251CAC: hue angle of 243.75º 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 #251CAC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3728172-
CMYK0.780.8400.33
HSL243.75º72%39.22%-
HSV(B)243.75º83.72%67.45%-
XYZ8.624.239.39-
YUV47.11198.48120.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 172 (67.58% from 255) = 72.57%
R=15.61%
G=11.81%
B=72.57%

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
Decimal37281720.780.8400.33243.757239.22
Hex251CAC4E54021f44827
Octal453425411612404136411047
Binary1001011110010101100100111010101000100001111101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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