Html Css Color HEX #241196 Ultramarine

📋 copy color: '#241196'

red 36 ◦ green 17 ◦ blue 150

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

Shades of Ultramarine #241196

Tints of Ultramarine #241196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 150 (58.98% from 255) = 73.89%

R = 17.73%
G = 8.37%
B = 73.89%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#241196 (or 0x241196) is known color: Ultramarine. HEX triplet: 24, 11 and 96. RGB value is (36,17,150). Sum of RGB (Red+Green+Blue) = 36+17+150=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #241196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241196 is #DBEE69. Grayscale: #252525. Windows color (decimal): -14413418 or 9834788. OLE color: 9834788.

HSL color Cylindrical-coordinate representation of color #241196: hue angle of 248.57º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241196 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 17 150 -
CMYK 0.76 0.89 0 0.41
HSL 248.57º 0.8% 0.33% -
HSV(B) 248.57º 0.89% 0.59% -
XYZ 6.43 2.98 29.09 -
YUV 37.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 36 17 150 0.76 0.89 0 0.41 248.57 0.8 0.33
Hex 24 11 96 4C 59 0 29 F9 50 21
Octal 44 21 226 114 131 0 51 371 120 41
Binary 100100 10001 10010110 1001100 1011001 0 101001 11111001 1010000 100001

Color Harmonies of #241196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241196

Black with #241196

Text Example


Text Example

White with #241196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241196; }

 p { color: rgb(36,17,150); }

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

background-color css

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

 a { background-color: rgb(36,17,150); }

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

border-color css

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

 span { border-color: rgb(36,17,150); }

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