#251195

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

Shades of Ultramarine #251195

Tints of Ultramarine #251195

Color information

#251195 (or 0x251195) is unknown color: approx Ultramarine. HEX triplet: 25, 11 and 95. RGB value is (37,17,149). Sum of RGB (Red+Green+Blue) = 37+17+149=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #251195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251195 is #DAEE6A. Grayscale: #252525. Windows color (decimal): -14347883 or 9769253. OLE color: 9769253.

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

Color convert

RGB3717149-
CMYK0.750.8900.42
HSL249.09º79.52%32.55%-
HSV(B)249.09º88.59%58.43%-
XYZ6.392.9628.67-
YUV38.03190.63127.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 149 (58.59% from 255) = 73.40%
R=18.23%
G=8.37%
B=73.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37171490.750.8900.42249.0979.5232.55
Hex2511954B5902Af95021
Octal452122511313105237112041
Binary1001011000110010101100101110110010101010111110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251195; }

 p { color: rgb(37,17,149); }

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

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

 a { background-color: rgb(37,17,149); }

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

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

 span { border-color: rgb(37,17,149); }

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