#251A93

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

Shades of Ultramarine #251A93

Tints of Ultramarine #251A93

Color information

#251A93 (or 0x251A93) is unknown color: approx Ultramarine. HEX triplet: 25, 1A and 93. RGB value is (37,26,147). Sum of RGB (Red+Green+Blue) = 37+26+147=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #251A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A93 is #DAE56C. Grayscale: #2A2A2A. Windows color (decimal): -14345581 or 9640485. OLE color: 9640485.

HSL color Cylindrical-coordinate representation of color #251A93: hue angle of 245.45º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251A93 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3726147-
CMYK0.750.8200.42
HSL245.45º69.94%33.92%-
HSV(B)245.45º82.31%57.65%-
XYZ6.43.2427.89-
YUV43.08186.64123.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 147 (57.81% from 255) = 70%
R=17.62%
G=12.38%
B=70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37261470.750.8200.42245.4569.9433.92
Hex251A934B5202Af54622
Octal453222311312205236510642
Binary1001011101010010011100101110100100101010111101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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