Html Css Color HEX #24118C Ultramarine

📋 copy color: '#24118C'

red 36 ◦ green 17 ◦ blue 140

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

Shades of Ultramarine #24118C

Tints of Ultramarine #24118C

RGB

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

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

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

R = 18.65%
G = 8.81%
B = 72.54%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24118C (or 0x24118C) is known color: Ultramarine. HEX triplet: 24, 11 and 8C. RGB value is (36,17,140). Sum of RGB (Red+Green+Blue) = 36+17+140=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #24118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24118C is #DBEE73. Grayscale: #242424. Windows color (decimal): -14413428 or 9179428. OLE color: 9179428.

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

Color convert

RGB 36 17 140 -
CMYK 0.74 0.88 0 0.45
HSL 249.27º 0.78% 0.31% -
HSV(B) 249.27º 0.88% 0.55% -
XYZ 5.66 2.67 25.03 -
YUV 36.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 36 17 140 0.74 0.88 0 0.45 249.27 0.78 0.31
Hex 24 11 8C 4A 58 0 2D F9 4E 1F
Octal 44 21 214 112 130 0 55 371 116 37
Binary 100100 10001 10001100 1001010 1011000 0 101101 11111001 1001110 11111

Color Harmonies of #24118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24118C

Black with #24118C

Text Example


Text Example

White with #24118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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