Html Css Color HEX #241990 Ultramarine

📋 copy color: '#241990'

red 36 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #241990

Tints of Ultramarine #241990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 17.56%
G = 12.2%
B = 70.24%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#241990 (or 0x241990) is known color: Ultramarine. HEX triplet: 24, 19 and 90. RGB value is (36,25,144). Sum of RGB (Red+Green+Blue) = 36+25+144=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #241990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241990 is #DBE66F. Grayscale: #292929. Windows color (decimal): -14411376 or 9443620. OLE color: 9443620.

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

Color convert

RGB 36 25 144 -
CMYK 0.75 0.83 0 0.44
HSL 245.55º 0.7% 0.33% -
HSV(B) 245.55º 0.83% 0.56% -
XYZ 6.11 3.08 26.66 -
YUV 41.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 36 25 144 0.75 0.83 0 0.44 245.55 0.7 0.33
Hex 24 19 90 4B 53 0 2C F6 46 21
Octal 44 31 220 113 123 0 54 366 106 41
Binary 100100 11001 10010000 1001011 1010011 0 101100 11110110 1000110 100001

Color Harmonies of #241990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241990

Black with #241990

Text Example


Text Example

White with #241990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241990; }

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

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

background-color css

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

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

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

border-color css

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

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

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