Html Css Color HEX #24209F Ultramarine

📋 copy color: '#24209F'

red 36 ◦ green 32 ◦ blue 159

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

Shades of Ultramarine #24209F

Tints of Ultramarine #24209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 15.86%
G = 14.1%
B = 70.04%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24209F (or 0x24209F) is known color: Ultramarine. HEX triplet: 24, 20 and 9F. RGB value is (36,32,159). Sum of RGB (Red+Green+Blue) = 36+32+159=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #24209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24209F is #DBDF60. Grayscale: #2F2F2F. Windows color (decimal): -14409569 or 10428452. OLE color: 10428452.

HSL color Cylindrical-coordinate representation of color #24209F: hue angle of 241.89º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24209F is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 32 159 -
CMYK 0.77 0.80 0 0.38
HSL 241.89º 0.66% 0.37% -
HSV(B) 241.89º 0.8% 0.62% -
XYZ 7.5 3.91 33.16 -
YUV 47.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 36 32 159 0.77 0.80 0 0.38 241.89 0.66 0.37
Hex 24 20 9F 4D 50 0 26 F2 42 25
Octal 44 40 237 115 120 0 46 362 102 45
Binary 100100 100000 10011111 1001101 1010000 0 100110 11110010 1000010 100101

Color Harmonies of #24209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24209F

Black with #24209F

Text Example


Text Example

White with #24209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24209F; }

 p { color: rgb(36,32,159); }

 H1.HeaderClassName
 {
   color: #24209F;
 }
 .AnyTagClassName
 {
   color: #24209F;
 }
</style>

background-color css

<style>
 a { background-color: #24209F; }

 a { background-color: rgb(36,32,159); }

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

border-color css

<style>
 span { border-color: #24209F; }

 span { border-color: rgb(36,32,159); }

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