Html Css Color HEX #241290 Ultramarine

📋 copy color: '#241290'

red 36 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #241290

Tints of Ultramarine #241290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 18.18%
G = 9.09%
B = 72.73%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#241290 (or 0x241290) is known color: Ultramarine. HEX triplet: 24, 12 and 90. RGB value is (36,18,144). Sum of RGB (Red+Green+Blue) = 36+18+144=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #241290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241290 is #DBED6F. Grayscale: #252525. Windows color (decimal): -14413168 or 9441828. OLE color: 9441828.

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

Color convert

RGB 36 18 144 -
CMYK 0.75 0.88 0 0.44
HSL 248.57º 0.78% 0.32% -
HSV(B) 248.57º 0.88% 0.56% -
XYZ 5.98 2.82 26.62 -
YUV 37.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 36 18 144 0.75 0.88 0 0.44 248.57 0.78 0.32
Hex 24 12 90 4B 58 0 2C F9 4E 20
Octal 44 22 220 113 130 0 54 371 116 40
Binary 100100 10010 10010000 1001011 1011000 0 101100 11111001 1001110 100000

Color Harmonies of #241290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241290

Black with #241290

Text Example


Text Example

White with #241290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241290; }

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

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

background-color css

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

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

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

border-color css

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

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

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