Html Css Color HEX #241096 Ultramarine

📋 copy color: '#241096'

red 36 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #241096

Tints of Ultramarine #241096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 17.82%
G = 7.92%
B = 74.26%

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

#241096 (or 0x241096) is known color: Ultramarine. HEX triplet: 24, 10 and 96. RGB value is (36,16,150). Sum of RGB (Red+Green+Blue) = 36+16+150=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #241096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241096 is #DBEF69. Grayscale: #242424. Windows color (decimal): -14413674 or 9834532. OLE color: 9834532.

HSL color Cylindrical-coordinate representation of color #241096: hue angle of 248.96º degrees, saturation: 0.81, 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 #241096 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 16 150 -
CMYK 0.76 0.89 0 0.41
HSL 248.96º 0.81% 0.33% -
HSV(B) 248.96º 0.89% 0.59% -
XYZ 6.42 2.95 29.08 -
YUV 37.26 191.63 127.1 -
System Red Green Blue C M Y K H S L
Decimal 36 16 150 0.76 0.89 0 0.41 248.96 0.81 0.33
Hex 24 10 96 4C 59 0 29 F9 51 21
Octal 44 20 226 114 131 0 51 371 121 41
Binary 100100 10000 10010110 1001100 1011001 0 101001 11111001 1010001 100001

Color Harmonies of #241096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241096

Black with #241096

Text Example


Text Example

White with #241096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241096; }

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

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

background-color css

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

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

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

border-color css

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

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

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