#240FA4

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

Shades of Ultramarine #240FA4

Tints of Ultramarine #240FA4

Color information

#240FA4 (or 0x240FA4) is unknown color: approx Ultramarine. HEX triplet: 24, 0F and A4. RGB value is (36,15,164). Sum of RGB (Red+Green+Blue) = 36+15+164=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 164 (64.45% from 255 or 76.28% from 215); Max value from RGB is 164 - color contains mainly: blue. Hex color #240FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FA4 is #DBF05B. Grayscale: #252525. Windows color (decimal): -14413916 or 10751780. OLE color: 10751780.

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

Color convert

RGB3615164-
CMYK0.780.9100.36
HSL248.46º83.24%35.1%-
HSV(B)248.46º90.85%64.31%-
XYZ7.63.435.38-
YUV38.26198.96126.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.74%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 164 (64.45% from 255) = 76.28%
R=16.74%
G=6.98%
B=76.28%

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
Decimal36151640.780.9100.36248.4683.2435.1
Hex24FA44E5B024f85323
Octal441724411613304437012343
Binary100100111110100100100111010110110100100111110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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