Html Css Color HEX #240E97 Ultramarine

📋 copy color: '#240E97'

red 36 ◦ green 14 ◦ blue 151

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

Shades of Ultramarine #240E97

Tints of Ultramarine #240E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.97%

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 17.91%
G = 6.97%
B = 75.12%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240E97 (or 0x240E97) is known color: Ultramarine. HEX triplet: 24, 0E and 97. RGB value is (36,14,151). Sum of RGB (Red+Green+Blue) = 36+14+151=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #240E97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240E97 is #DBF168. Grayscale: #232323. Windows color (decimal): -14414185 or 9899556. OLE color: 9899556.

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

Color convert

RGB 36 14 151 -
CMYK 0.76 0.91 0 0.41
HSL 249.64º 0.83% 0.32% -
HSV(B) 249.64º 0.91% 0.59% -
XYZ 6.47 2.92 29.5 -
YUV 36.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 36 14 151 0.76 0.91 0 0.41 249.64 0.83 0.32
Hex 24 E 97 4C 5B 0 29 FA 53 20
Octal 44 16 227 114 133 0 51 372 123 40
Binary 100100 1110 10010111 1001100 1011011 0 101001 11111010 1010011 100000

Color Harmonies of #240E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E97

Black with #240E97

Text Example


Text Example

White with #240E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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