#251993

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

Shades of Ultramarine #251993

Tints of Ultramarine #251993

Color information

#251993 (or 0x251993) is unknown color: approx Ultramarine. HEX triplet: 25, 19 and 93. RGB value is (37,25,147). Sum of RGB (Red+Green+Blue) = 37+25+147=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #251993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251993 is #DAE66C. Grayscale: #2A2A2A. Windows color (decimal): -14345837 or 9640229. OLE color: 9640229.

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

Color convert

RGB3725147-
CMYK0.750.8300.42
HSL245.9º70.93%33.73%-
HSV(B)245.9º82.99%57.65%-
XYZ6.383.227.88-
YUV42.5186.98124.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=17.70%
G=11.96%
B=70.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37251470.750.8300.42245.970.9333.73
Hex2519934B5302Af64722
Octal453122311312305236610742
Binary1001011100110010011100101110100110101010111101101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251993; }

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

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

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

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

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

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

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

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