#250B96

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

Shades of Ultramarine #250B96

Tints of Ultramarine #250B96

Color information

#250B96 (or 0x250B96) is unknown color: approx Ultramarine. HEX triplet: 25, 0B and 96. RGB value is (37,11,150). Sum of RGB (Red+Green+Blue) = 37+11+150=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #250B96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250B96 is #DAF469. Grayscale: #222222. Windows color (decimal): -14349418 or 9833253. OLE color: 9833253.

HSL color Cylindrical-coordinate representation of color #250B96: hue angle of 251.22º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250B96 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3711150-
CMYK0.750.9300.41
HSL251.22º86.34%31.57%-
HSV(B)251.22º92.67%58.82%-
XYZ6.392.8329.06-
YUV34.62193.11129.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 150 (58.98% from 255) = 75.76%
R=18.69%
G=5.56%
B=75.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37111500.750.9300.41251.2286.3431.57
Hex25B964B5D029fb5620
Octal451322611313505137312640
Binary100101101110010110100101110111010101001111110111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,150); }

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

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

 a { background-color: rgb(37,11,150); }

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

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

 span { border-color: rgb(37,11,150); }

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