Html Css Color HEX #24139C Ultramarine

📋 copy color: '#24139C'

red 36 ◦ green 19 ◦ blue 156

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

Shades of Ultramarine #24139C

Tints of Ultramarine #24139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 17.06%
G = 9%
B = 73.93%

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

#24139C (or 0x24139C) is known color: Ultramarine. HEX triplet: 24, 13 and 9C. RGB value is (36,19,156). Sum of RGB (Red+Green+Blue) = 36+19+156=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #24139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24139C is #DBEC63. Grayscale: #272727. Windows color (decimal): -14412900 or 10228516. OLE color: 10228516.

HSL color Cylindrical-coordinate representation of color #24139C: hue angle of 247.45º degrees, saturation: 0.78, 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 #24139C is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 19 156 -
CMYK 0.77 0.88 0 0.39
HSL 247.45º 0.78% 0.34% -
HSV(B) 247.45º 0.88% 0.61% -
XYZ 6.96 3.24 31.71 -
YUV 39.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 36 19 156 0.77 0.88 0 0.39 247.45 0.78 0.34
Hex 24 13 9C 4D 58 0 27 F7 4E 22
Octal 44 23 234 115 130 0 47 367 116 42
Binary 100100 10011 10011100 1001101 1011000 0 100111 11110111 1001110 100010

Color Harmonies of #24139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24139C

Black with #24139C

Text Example


Text Example

White with #24139C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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