Html Css Color HEX #24128C Ultramarine

📋 copy color: '#24128C'

red 36 ◦ green 18 ◦ blue 140

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

Shades of Ultramarine #24128C

Tints of Ultramarine #24128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 18.56%
G = 9.28%
B = 72.16%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24128C (or 0x24128C) is known color: Ultramarine. HEX triplet: 24, 12 and 8C. RGB value is (36,18,140). Sum of RGB (Red+Green+Blue) = 36+18+140=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #24128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24128C is #DBED73. Grayscale: #242424. Windows color (decimal): -14413172 or 9179684. OLE color: 9179684.

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

Color convert

RGB 36 18 140 -
CMYK 0.74 0.87 0 0.45
HSL 248.85º 0.77% 0.31% -
HSV(B) 248.85º 0.87% 0.55% -
XYZ 5.68 2.7 25.03 -
YUV 37.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 36 18 140 0.74 0.87 0 0.45 248.85 0.77 0.31
Hex 24 12 8C 4A 57 0 2D F9 4D 1F
Octal 44 22 214 112 127 0 55 371 115 37
Binary 100100 10010 10001100 1001010 1010111 0 101101 11111001 1001101 11111

Color Harmonies of #24128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24128C

Black with #24128C

Text Example


Text Example

White with #24128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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