#250194

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

Shades of Ultramarine #250194

Tints of Ultramarine #250194

Color information

#250194 (or 0x250194) is unknown color: approx Ultramarine. HEX triplet: 25, 01 and 94. RGB value is (37,1,148). Sum of RGB (Red+Green+Blue) = 37+1+148=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #250194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250194 is #DAFE6B. Grayscale: #1B1B1B. Windows color (decimal): -14351980 or 9699621. OLE color: 9699621.

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

Color convert

RGB371148-
CMYK0.750.9900.42
HSL254.69º98.66%29.22%-
HSV(B)254.69º99.32%58.04%-
XYZ6.122.5528.19-
YUV28.52195.43134.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 148 (58.20% from 255) = 79.57%
R=19.89%
G=0.54%
B=79.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3711480.750.9900.42254.6998.6629.22
Hex251944B6302Aff631d
Octal45122411314305237714335
Binary10010111001010010010111100011010101011111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250194; }

 p { color: rgb(37,1,148); }

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

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

 a { background-color: rgb(37,1,148); }

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

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

 span { border-color: rgb(37,1,148); }

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