#240190

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

Shades of Ultramarine #240190

Tints of Ultramarine #240190

Color information

#240190 (or 0x240190) is unknown color: approx Ultramarine. HEX triplet: 24, 01 and 90. RGB value is (36,1,144). Sum of RGB (Red+Green+Blue) = 36+1+144=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #240190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240190 is #DBFE6F. Grayscale: #1B1B1B. Windows color (decimal): -14417520 or 9437476. OLE color: 9437476.

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

Color convert

RGB361144-
CMYK0.750.9900.44
HSL254.69º98.62%28.43%-
HSV(B)254.69º99.31%56.47%-
XYZ5.772.4126.55-
YUV27.77193.6133.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 144 (56.64% from 255) = 79.56%
R=19.89%
G=0.55%
B=79.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3611440.750.9900.44254.6998.6228.43
Hex241904B6302Cff631c
Octal44122011314305437714334
Binary10010011001000010010111100011010110011111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240190; }

 p { color: rgb(36,1,144); }

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

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

 a { background-color: rgb(36,1,144); }

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

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

 span { border-color: rgb(36,1,144); }

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