#251493

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

Shades of Ultramarine #251493

Tints of Ultramarine #251493

Color information

#251493 (or 0x251493) is unknown color: approx Ultramarine. HEX triplet: 25, 14 and 93. RGB value is (37,20,147). Sum of RGB (Red+Green+Blue) = 37+20+147=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #251493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251493 is #DAEB6C. Grayscale: #272727. Windows color (decimal): -14347117 or 9638949. OLE color: 9638949.

HSL color Cylindrical-coordinate representation of color #251493: hue angle of 248.03º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251493 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3720147-
CMYK0.750.8600.42
HSL248.03º76.05%32.75%-
HSV(B)248.03º86.39%57.65%-
XYZ6.28327.85-
YUV39.56188.63126.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 147 (57.81% from 255) = 72.06%
R=18.14%
G=9.80%
B=72.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37201470.750.8600.42248.0376.0532.75
Hex2514934B5602Af84c21
Octal452422311312605237011441
Binary1001011010010010011100101110101100101010111110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251493; }

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

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

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

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

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

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

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

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