#250A9F

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

Shades of Ultramarine #250A9F

Tints of Ultramarine #250A9F

Color information

#250A9F (or 0x250A9F) is unknown color: approx Ultramarine. HEX triplet: 25, 0A and 9F. RGB value is (37,10,159). Sum of RGB (Red+Green+Blue) = 37+10+159=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #250A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A9F is #DAF560. Grayscale: #222222. Windows color (decimal): -14349665 or 10422821. OLE color: 10422821.

HSL color Cylindrical-coordinate representation of color #250A9F: hue angle of 250.87º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250A9F is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3710159-
CMYK0.770.9400.38
HSL250.87º88.17%33.14%-
HSV(B)250.87º93.71%62.35%-
XYZ7.133.1133.03-
YUV35.06197.95129.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 159 (62.5% from 255) = 77.18%
R=17.96%
G=4.85%
B=77.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37101590.770.9400.38250.8788.1733.14
Hex25A9F4D5E026fb5821
Octal451223711513604637313041
Binary100101101010011111100110110111100100110111110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250A9F; }

 p { color: rgb(37,10,159); }

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

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

 a { background-color: rgb(37,10,159); }

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

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

 span { border-color: rgb(37,10,159); }

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