Html Css Color HEX #24118B Ultramarine

📋 copy color: '#24118B'

red 36 ◦ green 17 ◦ blue 139

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

Shades of Ultramarine #24118B

Tints of Ultramarine #24118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.4%

R = 18.75%
G = 8.85%
B = 72.4%

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

#24118B (or 0x24118B) is known color: Ultramarine. HEX triplet: 24, 11 and 8B. RGB value is (36,17,139). Sum of RGB (Red+Green+Blue) = 36+17+139=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #24118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24118B is #DBEE74. Grayscale: #242424. Windows color (decimal): -14413429 or 9113892. OLE color: 9113892.

HSL color Cylindrical-coordinate representation of color #24118B: hue angle of 249.34º 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 #24118B is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 17 139 -
CMYK 0.74 0.88 0 0.45
HSL 249.34º 0.78% 0.31% -
HSV(B) 249.34º 0.88% 0.55% -
XYZ 5.59 2.64 24.64 -
YUV 36.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 36 17 139 0.74 0.88 0 0.45 249.34 0.78 0.31
Hex 24 11 8B 4A 58 0 2D F9 4E 1F
Octal 44 21 213 112 130 0 55 371 116 37
Binary 100100 10001 10001011 1001010 1011000 0 101101 11111001 1001110 11111

Color Harmonies of #24118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24118B

Black with #24118B

Text Example


Text Example

White with #24118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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