Html Css Color HEX #24199C Ultramarine

📋 copy color: '#24199C'

red 36 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #24199C

Tints of Ultramarine #24199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 156 (61.33% from 255) = 71.89%

R = 16.59%
G = 11.52%
B = 71.89%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24199C (or 0x24199C) is known color: Ultramarine. HEX triplet: 24, 19 and 9C. RGB value is (36,25,156). Sum of RGB (Red+Green+Blue) = 36+25+156=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #24199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24199C is #DBE663. Grayscale: #2A2A2A. Windows color (decimal): -14411364 or 10230052. OLE color: 10230052.

HSL color Cylindrical-coordinate representation of color #24199C: hue angle of 245.04º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24199C is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 25 156 -
CMYK 0.77 0.84 0 0.39
HSL 245.04º 0.72% 0.35% -
HSV(B) 245.04º 0.84% 0.61% -
XYZ 7.08 3.47 31.75 -
YUV 43.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 36 25 156 0.77 0.84 0 0.39 245.04 0.72 0.35
Hex 24 19 9C 4D 54 0 27 F5 48 23
Octal 44 31 234 115 124 0 47 365 110 43
Binary 100100 11001 10011100 1001101 1010100 0 100111 11110101 1001000 100011

Color Harmonies of #24199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24199C

Black with #24199C

Text Example


Text Example

White with #24199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,25,156); }

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

background-color css

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

 a { background-color: rgb(36,25,156); }

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

border-color css

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

 span { border-color: rgb(36,25,156); }

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