Html Css Color HEX #24119E Ultramarine

📋 copy color: '#24119E'

red 36 ◦ green 17 ◦ blue 158

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

Shades of Ultramarine #24119E

Tints of Ultramarine #24119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 158 (62.11% from 255) = 74.88%

R = 17.06%
G = 8.06%
B = 74.88%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24119E (or 0x24119E) is known color: Ultramarine. HEX triplet: 24, 11 and 9E. RGB value is (36,17,158). Sum of RGB (Red+Green+Blue) = 36+17+158=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #24119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24119E is #DBEE61. Grayscale: #262626. Windows color (decimal): -14413410 or 10359076. OLE color: 10359076.

HSL color Cylindrical-coordinate representation of color #24119E: hue angle of 248.09º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24119E is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 17 158 -
CMYK 0.77 0.89 0 0.38
HSL 248.09º 0.81% 0.34% -
HSV(B) 248.09º 0.89% 0.62% -
XYZ 7.1 3.24 32.6 -
YUV 38.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 36 17 158 0.77 0.89 0 0.38 248.09 0.81 0.34
Hex 24 11 9E 4D 59 0 26 F8 51 22
Octal 44 21 236 115 131 0 46 370 121 42
Binary 100100 10001 10011110 1001101 1011001 0 100110 11111000 1010001 100010

Color Harmonies of #24119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24119E

Black with #24119E

Text Example


Text Example

White with #24119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24119E; }

 p { color: rgb(36,17,158); }

 H1.HeaderClassName
 {
   color: #24119E;
 }
 .AnyTagClassName
 {
   color: #24119E;
 }
</style>

background-color css

<style>
 a { background-color: #24119E; }

 a { background-color: rgb(36,17,158); }

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

border-color css

<style>
 span { border-color: #24119E; }

 span { border-color: rgb(36,17,158); }

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