Html Css Color HEX #24149D Ultramarine

📋 copy color: '#24149D'

red 36 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #24149D

Tints of Ultramarine #24149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 157 (61.72% from 255) = 73.71%

R = 16.9%
G = 9.39%
B = 73.71%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24149D (or 0x24149D) is known color: Ultramarine. HEX triplet: 24, 14 and 9D. RGB value is (36,20,157). Sum of RGB (Red+Green+Blue) = 36+20+157=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #24149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24149D is #DBEB62. Grayscale: #272727. Windows color (decimal): -14412643 or 10294308. OLE color: 10294308.

HSL color Cylindrical-coordinate representation of color #24149D: hue angle of 247.01º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24149D is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 20 157 -
CMYK 0.77 0.87 0 0.38
HSL 247.01º 0.77% 0.35% -
HSV(B) 247.01º 0.87% 0.62% -
XYZ 7.06 3.31 32.16 -
YUV 40.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 36 20 157 0.77 0.87 0 0.38 247.01 0.77 0.35
Hex 24 14 9D 4D 57 0 26 F7 4D 23
Octal 44 24 235 115 127 0 46 367 115 43
Binary 100100 10100 10011101 1001101 1010111 0 100110 11110111 1001101 100011

Color Harmonies of #24149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24149D

Black with #24149D

Text Example


Text Example

White with #24149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24149D; }

 p { color: rgb(36,20,157); }

 H1.HeaderClassName
 {
   color: #24149D;
 }
 .AnyTagClassName
 {
   color: #24149D;
 }
</style>

background-color css

<style>
 a { background-color: #24149D; }

 a { background-color: rgb(36,20,157); }

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

border-color css

<style>
 span { border-color: #24149D; }

 span { border-color: rgb(36,20,157); }

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