#250AAB

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

Shades of Ultramarine #250AAB

Tints of Ultramarine #250AAB

Color information

#250AAB (or 0x250AAB) is unknown color: approx Ultramarine. HEX triplet: 25, 0A and AB. RGB value is (37,10,171). Sum of RGB (Red+Green+Blue) = 37+10+171=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #250AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250AAB is #DAF554. Grayscale: #232323. Windows color (decimal): -14349653 or 11209253. OLE color: 11209253.

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

Color convert

RGB3710171-
CMYK0.780.9400.33
HSL250.06º88.95%35.49%-
HSV(B)250.06º94.15%67.06%-
XYZ8.223.5538.78-
YUV36.43203.95128.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 171 (67.19% from 255) = 78.44%
R=16.97%
G=4.59%
B=78.44%

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
Decimal37101710.780.9400.33250.0688.9535.49
Hex25AAB4E5E021fa5923
Octal451225311613604137213143
Binary100101101010101011100111010111100100001111110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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