#240FAF

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

Shades of Ultramarine #240FAF

Tints of Ultramarine #240FAF

Color information

#240FAF (or 0x240FAF) is unknown color: approx Ultramarine. HEX triplet: 24, 0F and AF. RGB value is (36,15,175). Sum of RGB (Red+Green+Blue) = 36+15+175=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #240FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FAF is #DBF050. Grayscale: #262626. Windows color (decimal): -14413905 or 11472676. OLE color: 11472676.

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

Color convert

RGB3615175-
CMYK0.790.9100.31
HSL247.88º84.21%37.25%-
HSV(B)247.88º91.43%68.63%-
XYZ8.643.8140.84-
YUV39.52204.46125.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 15 (6.25% from 255) = 6.64%
BLUE value IS 175 (68.75% from 255) = 77.43%
R=15.93%
G=6.64%
B=77.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36151750.790.9100.31247.8884.2137.25
Hex24FAF4F5B01Ff85425
Octal441725711713303737012445
Binary10010011111010111110011111011011011111111110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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