#240FA2

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

Shades of Ultramarine #240FA2

Tints of Ultramarine #240FA2

Color information

#240FA2 (or 0x240FA2) is unknown color: approx Ultramarine. HEX triplet: 24, 0F and A2. RGB value is (36,15,162). Sum of RGB (Red+Green+Blue) = 36+15+162=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 162 (63.67% from 255 or 76.06% from 213); Max value from RGB is 162 - color contains mainly: blue. Hex color #240FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FA2 is #DBF05D. Grayscale: #252525. Windows color (decimal): -14413918 or 10620708. OLE color: 10620708.

HSL color Cylindrical-coordinate representation of color #240FA2: hue angle of 248.57º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240FA2 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3615162-
CMYK0.780.9100.36
HSL248.57º83.05%34.71%-
HSV(B)248.57º90.74%63.53%-
XYZ7.423.3334.43-
YUV38.04197.96126.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 162 (63.67% from 255) = 76.06%
R=16.90%
G=7.04%
B=76.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36151620.780.9100.36248.5783.0534.71
Hex24FA24E5B024f95323
Octal441724211613304437112343
Binary100100111110100010100111010110110100100111110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240FA2; }

 p { color: rgb(36,15,162); }

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

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

 a { background-color: rgb(36,15,162); }

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

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

 span { border-color: rgb(36,15,162); }

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