Html Css Color HEX #241999 Ultramarine

📋 copy color: '#241999'

red 36 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #241999

Tints of Ultramarine #241999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 16.82%
G = 11.68%
B = 71.5%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#241999 (or 0x241999) is known color: Ultramarine. HEX triplet: 24, 19 and 99. RGB value is (36,25,153). Sum of RGB (Red+Green+Blue) = 36+25+153=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #241999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241999 is #DBE666. Grayscale: #2A2A2A. Windows color (decimal): -14411367 or 10033444. OLE color: 10033444.

HSL color Cylindrical-coordinate representation of color #241999: hue angle of 245.16º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241999 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 25 153 -
CMYK 0.76 0.84 0 0.4
HSL 245.16º 0.72% 0.35% -
HSV(B) 245.16º 0.84% 0.6% -
XYZ 6.82 3.37 30.43 -
YUV 42.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 36 25 153 0.76 0.84 0 0.4 245.16 0.72 0.35
Hex 24 19 99 4C 54 0 28 F5 48 23
Octal 44 31 231 114 124 0 50 365 110 43
Binary 100100 11001 10011001 1001100 1010100 0 101000 11110101 1001000 100011

Color Harmonies of #241999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241999

Black with #241999

Text Example


Text Example

White with #241999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241999; }

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

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

background-color css

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

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

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

border-color css

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

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

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