#240696

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

Shades of Ultramarine #240696

Tints of Ultramarine #240696

Color information

#240696 (or 0x240696) is unknown color: approx Ultramarine. HEX triplet: 24, 06 and 96. RGB value is (36,6,150). Sum of RGB (Red+Green+Blue) = 36+6+150=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #240696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240696 is #DBF969. Grayscale: #1E1E1E. Windows color (decimal): -14416234 or 9831972. OLE color: 9831972.

HSL color Cylindrical-coordinate representation of color #240696: hue angle of 252.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240696 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB366150-
CMYK0.760.9600.41
HSL252.5º92.31%30.59%-
HSV(B)252.5º96%58.82%-
XYZ6.32.7129.04-
YUV31.39194.94131.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.75%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 150 (58.98% from 255) = 78.12%
R=18.75%
G=3.12%
B=78.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3661500.760.9600.41252.592.3130.59
Hex246964C60029fc5c1f
Octal44622611414005137413437
Binary1001001101001011010011001100000010100111111100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240696; }

 p { color: rgb(36,6,150); }

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

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

 a { background-color: rgb(36,6,150); }

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

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

 span { border-color: rgb(36,6,150); }

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