Html Css Color HEX #24158F Ultramarine

📋 copy color: '#24158F'

red 36 ◦ green 21 ◦ blue 143

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

Shades of Ultramarine #24158F

Tints of Ultramarine #24158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 143 (56.25% from 255) = 71.5%

R = 18%
G = 10.5%
B = 71.5%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24158F (or 0x24158F) is known color: Ultramarine. HEX triplet: 24, 15 and 8F. RGB value is (36,21,143). Sum of RGB (Red+Green+Blue) = 36+21+143=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 143 (56.25% from 255 or 71.5% from 200); Max value from RGB is 143 - color contains mainly: blue. Hex color #24158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24158F is #DBEA70. Grayscale: #262626. Windows color (decimal): -14412401 or 9377060. OLE color: 9377060.

HSL color Cylindrical-coordinate representation of color #24158F: hue angle of 247.38º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24158F is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 21 143 -
CMYK 0.75 0.85 0 0.44
HSL 247.38º 0.74% 0.32% -
HSV(B) 247.38º 0.85% 0.56% -
XYZ 5.95 2.89 26.23 -
YUV 39.39 186.47 125.58 -
System Red Green Blue C M Y K H S L
Decimal 36 21 143 0.75 0.85 0 0.44 247.38 0.74 0.32
Hex 24 15 8F 4B 55 0 2C F7 4A 20
Octal 44 25 217 113 125 0 54 367 112 40
Binary 100100 10101 10001111 1001011 1010101 0 101100 11110111 1001010 100000

Color Harmonies of #24158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24158F

Black with #24158F

Text Example


Text Example

White with #24158F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,21,143); }

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

background-color css

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

 a { background-color: rgb(36,21,143); }

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

border-color css

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

 span { border-color: rgb(36,21,143); }

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