Html Css Color HEX #24158C Ultramarine

📋 copy color: '#24158C'

red 36 ◦ green 21 ◦ blue 140

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

Shades of Ultramarine #24158C

Tints of Ultramarine #24158C

RGB

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

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

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

R = 18.27%
G = 10.66%
B = 71.07%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24158C (or 0x24158C) is known color: Ultramarine. HEX triplet: 24, 15 and 8C. RGB value is (36,21,140). Sum of RGB (Red+Green+Blue) = 36+21+140=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #24158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24158C is #DBEA73. Grayscale: #262626. Windows color (decimal): -14412404 or 9180452. OLE color: 9180452.

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

Color convert

RGB 36 21 140 -
CMYK 0.74 0.85 0 0.45
HSL 247.56º 0.74% 0.32% -
HSV(B) 247.56º 0.85% 0.55% -
XYZ 5.73 2.8 25.05 -
YUV 39.05 184.97 125.82 -
System Red Green Blue C M Y K H S L
Decimal 36 21 140 0.74 0.85 0 0.45 247.56 0.74 0.32
Hex 24 15 8C 4A 55 0 2D F8 4A 20
Octal 44 25 214 112 125 0 55 370 112 40
Binary 100100 10101 10001100 1001010 1010101 0 101101 11111000 1001010 100000

Color Harmonies of #24158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24158C

Black with #24158C

Text Example


Text Example

White with #24158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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