Html Css Color HEX #24129B Ultramarine

📋 copy color: '#24129B'

red 36 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #24129B

Tints of Ultramarine #24129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 17.22%
G = 8.61%
B = 74.16%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24129B (or 0x24129B) is known color: Ultramarine. HEX triplet: 24, 12 and 9B. RGB value is (36,18,155). Sum of RGB (Red+Green+Blue) = 36+18+155=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #24129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24129B is #DBED64. Grayscale: #262626. Windows color (decimal): -14413157 or 10162724. OLE color: 10162724.

HSL color Cylindrical-coordinate representation of color #24129B: hue angle of 247.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24129B is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 18 155 -
CMYK 0.77 0.88 0 0.39
HSL 247.88º 0.79% 0.34% -
HSV(B) 247.88º 0.88% 0.61% -
XYZ 6.86 3.17 31.26 -
YUV 39 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 36 18 155 0.77 0.88 0 0.39 247.88 0.79 0.34
Hex 24 12 9B 4D 58 0 27 F8 4F 22
Octal 44 22 233 115 130 0 47 370 117 42
Binary 100100 10010 10011011 1001101 1011000 0 100111 11111000 1001111 100010

Color Harmonies of #24129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24129B

Black with #24129B

Text Example


Text Example

White with #24129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24129B; }

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

 H1.HeaderClassName
 {
   color: #24129B;
 }
 .AnyTagClassName
 {
   color: #24129B;
 }
</style>

background-color css

<style>
 a { background-color: #24129B; }

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

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

border-color css

<style>
 span { border-color: #24129B; }

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

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