#240FB7

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

Shades of Ultramarine #240FB7

Tints of Ultramarine #240FB7

Color information

#240FB7 (or 0x240FB7) is unknown color: approx Ultramarine. HEX triplet: 24, 0F and B7. RGB value is (36,15,183). Sum of RGB (Red+Green+Blue) = 36+15+183=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #240FB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FB7 is #DBF048. Grayscale: #272727. Windows color (decimal): -14413897 or 11996964. OLE color: 11996964.

HSL color Cylindrical-coordinate representation of color #240FB7: hue angle of 247.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240FB7 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3615183-
CMYK0.800.9200.28
HSL247.5º84.85%38.82%-
HSV(B)247.5º91.8%71.76%-
XYZ9.454.1445.1-
YUV40.43208.46124.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 183 (71.88% from 255) = 78.21%
R=15.38%
G=6.41%
B=78.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal36151830.800.9200.28247.584.8538.82
Hex24FB7505C01Cf85527
Octal441726712013403437012547
Binary10010011111011011110100001011100011100111110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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