#240EAF

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

Shades of Ultramarine #240EAF

Tints of Ultramarine #240EAF

Color information

#240EAF (or 0x240EAF) is unknown color: approx Ultramarine. HEX triplet: 24, 0E and AF. RGB value is (36,14,175). Sum of RGB (Red+Green+Blue) = 36+14+175=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #240EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240EAF is #DBF150. Grayscale: #262626. Windows color (decimal): -14414161 or 11472420. OLE color: 11472420.

HSL color Cylindrical-coordinate representation of color #240EAF: hue angle of 248.2º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240EAF is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3614175-
CMYK0.790.9200.31
HSL248.2º85.19%37.06%-
HSV(B)248.2º92%68.63%-
XYZ8.623.7840.83-
YUV38.93204.79125.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 175 (68.75% from 255) = 77.78%
R=16%
G=6.22%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36141750.790.9200.31248.285.1937.06
Hex24EAF4F5C01Ff85525
Octal441625711713403737012545
Binary10010011101010111110011111011100011111111110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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