Html Css Color HEX #24108C Ultramarine

📋 copy color: '#24108C'

red 36 ◦ green 16 ◦ blue 140

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

Shades of Ultramarine #24108C

Tints of Ultramarine #24108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.92%

R = 18.75%
G = 8.33%
B = 72.92%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24108C (or 0x24108C) is known color: Ultramarine. HEX triplet: 24, 10 and 8C. RGB value is (36,16,140). Sum of RGB (Red+Green+Blue) = 36+16+140=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #24108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24108C is #DBEF73. Grayscale: #232323. Windows color (decimal): -14413684 or 9179172. OLE color: 9179172.

HSL color Cylindrical-coordinate representation of color #24108C: hue angle of 249.68º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24108C is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 16 140 -
CMYK 0.74 0.89 0 0.45
HSL 249.68º 0.79% 0.31% -
HSV(B) 249.68º 0.89% 0.55% -
XYZ 5.65 2.64 25.02 -
YUV 36.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 36 16 140 0.74 0.89 0 0.45 249.68 0.79 0.31
Hex 24 10 8C 4A 59 0 2D FA 4F 1F
Octal 44 20 214 112 131 0 55 372 117 37
Binary 100100 10000 10001100 1001010 1011001 0 101101 11111010 1001111 11111

Color Harmonies of #24108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24108C

Black with #24108C

Text Example


Text Example

White with #24108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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