#250BAB

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

Shades of Ultramarine #250BAB

Tints of Ultramarine #250BAB

Color information

#250BAB (or 0x250BAB) is unknown color: approx Ultramarine. HEX triplet: 25, 0B and AB. RGB value is (37,11,171). Sum of RGB (Red+Green+Blue) = 37+11+171=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #250BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250BAB is #DAF454. Grayscale: #242424. Windows color (decimal): -14349397 or 11209509. OLE color: 11209509.

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

Color convert

RGB3711171-
CMYK0.780.9400.33
HSL249.75º87.91%35.69%-
HSV(B)249.75º93.57%67.06%-
XYZ8.233.5738.78-
YUV37.01203.61127.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=16.89%
G=5.02%
B=78.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37111710.780.9400.33249.7587.9135.69
Hex25BAB4E5E021fa5824
Octal451325311613604137213044
Binary100101101110101011100111010111100100001111110101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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