#240199

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

Shades of Ultramarine #240199

Tints of Ultramarine #240199

Color information

#240199 (or 0x240199) is unknown color: approx Ultramarine. HEX triplet: 24, 01 and 99. RGB value is (36,1,153). Sum of RGB (Red+Green+Blue) = 36+1+153=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #240199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240199 is #DBFE66. Grayscale: #1C1C1C. Windows color (decimal): -14417511 or 10027300. OLE color: 10027300.

HSL color Cylindrical-coordinate representation of color #240199: hue angle of 253.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240199 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB361153-
CMYK0.760.9900.4
HSL253.82º98.7%30.2%-
HSV(B)253.82º99.35%60%-
XYZ6.492.730.32-
YUV28.79198.1133.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 153 (60.16% from 255) = 80.53%
R=18.95%
G=0.53%
B=80.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3611530.760.9900.4253.8298.730.2
Hex241994C63028fe631e
Octal44123111414305037614336
Binary10010011001100110011001100011010100011111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240199; }

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

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

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

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

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

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

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

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