Html Css Color HEX #240F96 Ultramarine

📋 copy color: '#240F96'

red 36 ◦ green 15 ◦ blue 150

#240F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #240F96

Tints of Ultramarine #240F96

RGB

 RED value IS 36 (14.45% from 255) = 17.91%

 GREEN value IS 15 (6.25% from 255) = 7.46%

 BLUE value IS 150 (58.98% from 255) = 74.63%

R = 17.91%
G = 7.46%
B = 74.63%

CMYK

 C value IS 0.76

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240F96 (or 0x240F96) is known color: Ultramarine. HEX triplet: 24, 0F and 96. RGB value is (36,15,150). Sum of RGB (Red+Green+Blue) = 36+15+150=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #240F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240F96 is #DBF069. Grayscale: #242424. Windows color (decimal): -14413930 or 9834276. OLE color: 9834276.

HSL color Cylindrical-coordinate representation of color #240F96: hue angle of 249.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240F96 is Cyan = 0.76, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 15 150 -
CMYK 0.76 0.9 0 0.41
HSL 249.33º 0.82% 0.32% -
HSV(B) 249.33º 0.9% 0.59% -
XYZ 6.4 2.92 29.08 -
YUV 36.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 36 15 150 0.76 0.9 0 0.41 249.33 0.82 0.32
Hex 24 F 96 4C 5A 0 29 F9 52 20
Octal 44 17 226 114 132 0 51 371 122 40
Binary 100100 1111 10010110 1001100 1011010 0 101001 11111001 1010010 100000

Color Harmonies of #240F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F96

Black with #240F96

Text Example


Text Example

White with #240F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #240F96;
 }
 .AnyTagClassName
 {
   color: #240F96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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