Html Css Color HEX #24189F Ultramarine

📋 copy color: '#24189F'

red 36 ◦ green 24 ◦ blue 159

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

Shades of Ultramarine #24189F

Tints of Ultramarine #24189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 159 (62.5% from 255) = 72.6%

R = 16.44%
G = 10.96%
B = 72.6%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24189F (or 0x24189F) is known color: Ultramarine. HEX triplet: 24, 18 and 9F. RGB value is (36,24,159). Sum of RGB (Red+Green+Blue) = 36+24+159=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #24189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24189F is #DBE760. Grayscale: #2A2A2A. Windows color (decimal): -14411617 or 10426404. OLE color: 10426404.

HSL color Cylindrical-coordinate representation of color #24189F: hue angle of 245.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24189F is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 24 159 -
CMYK 0.77 0.85 0 0.38
HSL 245.33º 0.74% 0.36% -
HSV(B) 245.33º 0.85% 0.62% -
XYZ 7.31 3.53 33.1 -
YUV 42.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 36 24 159 0.77 0.85 0 0.38 245.33 0.74 0.36
Hex 24 18 9F 4D 55 0 26 F5 4A 24
Octal 44 30 237 115 125 0 46 365 112 44
Binary 100100 11000 10011111 1001101 1010101 0 100110 11110101 1001010 100100

Color Harmonies of #24189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24189F

Black with #24189F

Text Example


Text Example

White with #24189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24189F; }

 p { color: rgb(36,24,159); }

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

background-color css

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

 a { background-color: rgb(36,24,159); }

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

border-color css

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

 span { border-color: rgb(36,24,159); }

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