#240EA2

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

Shades of Ultramarine #240EA2

Tints of Ultramarine #240EA2

Color information

#240EA2 (or 0x240EA2) is unknown color: approx Ultramarine. HEX triplet: 24, 0E and A2. RGB value is (36,14,162). Sum of RGB (Red+Green+Blue) = 36+14+162=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #240EA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240EA2 is #DBF15D. Grayscale: #242424. Windows color (decimal): -14414174 or 10620452. OLE color: 10620452.

HSL color Cylindrical-coordinate representation of color #240EA2: hue angle of 248.92º degrees, saturation: 0.84, 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 #240EA2 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3614162-
CMYK0.780.9100.36
HSL248.92º84.09%34.51%-
HSV(B)248.92º91.36%63.53%-
XYZ7.413.334.43-
YUV37.45198.29126.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 162 (63.67% from 255) = 76.42%
R=16.98%
G=6.60%
B=76.42%

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
Decimal36141620.780.9100.36248.9284.0934.51
Hex24EA24E5B024f95423
Octal441624211613304437112443
Binary100100111010100010100111010110110100100111110011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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