#240592

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

Shades of Ultramarine #240592

Tints of Ultramarine #240592

Color information

#240592 (or 0x240592) is unknown color: approx Ultramarine. HEX triplet: 24, 05 and 92. RGB value is (36,5,146). Sum of RGB (Red+Green+Blue) = 36+5+146=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #240592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240592 is #DBFA6D. Grayscale: #1D1D1D. Windows color (decimal): -14416494 or 9569572. OLE color: 9569572.

HSL color Cylindrical-coordinate representation of color #240592: hue angle of 253.19º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240592 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB365146-
CMYK0.750.9700.43
HSL253.19º93.38%29.61%-
HSV(B)253.19º96.58%57.25%-
XYZ5.972.5627.37-
YUV30.34193.27132.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 146 (57.42% from 255) = 78.07%
R=19.25%
G=2.67%
B=78.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3651460.750.9700.43253.1993.3829.61
Hex245924B6102Bfd5d1e
Octal44522211314105337513536
Binary1001001011001001010010111100001010101111111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240592; }

 p { color: rgb(36,5,146); }

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

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

 a { background-color: rgb(36,5,146); }

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

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

 span { border-color: rgb(36,5,146); }

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