Html Css Color HEX #241399 Ultramarine

📋 copy color: '#241399'

red 36 ◦ green 19 ◦ blue 153

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

Shades of Ultramarine #241399

Tints of Ultramarine #241399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

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

R = 17.31%
G = 9.13%
B = 73.56%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#241399 (or 0x241399) is known color: Ultramarine. HEX triplet: 24, 13 and 99. RGB value is (36,19,153). Sum of RGB (Red+Green+Blue) = 36+19+153=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #241399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241399 is #DBEC66. Grayscale: #262626. Windows color (decimal): -14412903 or 10031908. OLE color: 10031908.

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

Color convert

RGB 36 19 153 -
CMYK 0.76 0.88 0 0.4
HSL 247.61º 0.78% 0.34% -
HSV(B) 247.61º 0.88% 0.6% -
XYZ 6.71 3.14 30.39 -
YUV 39.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 36 19 153 0.76 0.88 0 0.4 247.61 0.78 0.34
Hex 24 13 99 4C 58 0 28 F8 4E 22
Octal 44 23 231 114 130 0 50 370 116 42
Binary 100100 10011 10011001 1001100 1011000 0 101000 11111000 1001110 100010

Color Harmonies of #241399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241399

Black with #241399

Text Example


Text Example

White with #241399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241399; }

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

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

background-color css

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

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

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

border-color css

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

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

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