Html Css Color HEX #240490 Ultramarine

📋 copy color: '#240490'

red 36 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #240490

Tints of Ultramarine #240490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 144 (56.64% from 255) = 78.26%

R = 19.57%
G = 2.17%
B = 78.26%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#240490 (or 0x240490) is known color: Ultramarine. HEX triplet: 24, 04 and 90. RGB value is (36,4,144). Sum of RGB (Red+Green+Blue) = 36+4+144=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #240490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240490 is #DBFB6F. Grayscale: #1D1D1D. Windows color (decimal): -14416752 or 9438244. OLE color: 9438244.

HSL color Cylindrical-coordinate representation of color #240490: hue angle of 253.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240490 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 4 144 -
CMYK 0.75 0.97 0 0.44
HSL 253.71º 0.95% 0.29% -
HSV(B) 253.71º 0.97% 0.56% -
XYZ 5.81 2.48 26.56 -
YUV 29.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 36 4 144 0.75 0.97 0 0.44 253.71 0.95 0.29
Hex 24 4 90 4B 61 0 2C FE 5F 1D
Octal 44 4 220 113 141 0 54 376 137 35
Binary 100100 100 10010000 1001011 1100001 0 101100 11111110 1011111 11101

Color Harmonies of #240490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240490

Black with #240490

Text Example


Text Example

White with #240490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240490; }

 p { color: rgb(36,4,144); }

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

background-color css

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

 a { background-color: rgb(36,4,144); }

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

border-color css

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

 span { border-color: rgb(36,4,144); }

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