Html Css Color HEX #24248F Ultramarine

📋 copy color: '#24248F'

red 36 ◦ green 36 ◦ blue 143

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

Shades of Ultramarine #24248F

Tints of Ultramarine #24248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 143 (56.25% from 255) = 66.51%

R = 16.74%
G = 16.74%
B = 66.51%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24248F (or 0x24248F) is known color: Ultramarine. HEX triplet: 24, 24 and 8F. RGB value is (36,36,143). Sum of RGB (Red+Green+Blue) = 36+36+143=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #24248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24248F is #DBDB70. Grayscale: #2F2F2F. Windows color (decimal): -14408561 or 9380900. OLE color: 9380900.

HSL color Cylindrical-coordinate representation of color #24248F: hue angle of 240º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24248F is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 36 143 -
CMYK 0.75 0.75 0 0.44
HSL 240º 0.6% 0.35% -
HSV(B) 240º 0.75% 0.56% -
XYZ 6.32 3.62 26.35 -
YUV 48.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 36 36 143 0.75 0.75 0 0.44 240 0.6 0.35
Hex 24 24 8F 4B 4B 0 2C F0 3C 23
Octal 44 44 217 113 113 0 54 360 74 43
Binary 100100 100100 10001111 1001011 1001011 0 101100 11110000 111100 100011

Color Harmonies of #24248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24248F

Black with #24248F

Text Example


Text Example

White with #24248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,36,143); }

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

background-color css

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

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

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

border-color css

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

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

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