#250993

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

Shades of Ultramarine #250993

Tints of Ultramarine #250993

Color information

#250993 (or 0x250993) is unknown color: approx Ultramarine. HEX triplet: 25, 09 and 93. RGB value is (37,9,147). Sum of RGB (Red+Green+Blue) = 37+9+147=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #250993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250993 is #DAF66C. Grayscale: #202020. Windows color (decimal): -14349933 or 9636133. OLE color: 9636133.

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

Color convert

RGB379147-
CMYK0.750.9400.42
HSL252.17º88.46%30.59%-
HSV(B)252.17º93.88%57.65%-
XYZ6.132.727.8-
YUV33.1192.28130.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 147 (57.81% from 255) = 76.17%
R=19.17%
G=4.66%
B=76.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3791470.750.9400.42252.1788.4630.59
Hex259934B5E02Afc581f
Octal451122311313605237413037
Binary10010110011001001110010111011110010101011111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250993; }

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

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

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

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

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

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

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

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