Html Css Color HEX #24048B Ultramarine

📋 copy color: '#24048B'

red 36 ◦ green 4 ◦ blue 139

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

Shades of Ultramarine #24048B

Tints of Ultramarine #24048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

 BLUE value IS 139 (54.69% from 255) = 77.65%

R = 20.11%
G = 2.23%
B = 77.65%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24048B (or 0x24048B) is known color: Ultramarine. HEX triplet: 24, 04 and 8B. RGB value is (36,4,139). Sum of RGB (Red+Green+Blue) = 36+4+139=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #24048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24048B is #DBFB74. Grayscale: #1C1C1C. Windows color (decimal): -14416757 or 9110564. OLE color: 9110564.

HSL color Cylindrical-coordinate representation of color #24048B: hue angle of 254.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24048B is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 4 139 -
CMYK 0.74 0.97 0 0.45
HSL 254.22º 0.94% 0.28% -
HSV(B) 254.22º 0.97% 0.55% -
XYZ 5.43 2.33 24.59 -
YUV 28.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 36 4 139 0.74 0.97 0 0.45 254.22 0.94 0.28
Hex 24 4 8B 4A 61 0 2D FE 5E 1C
Octal 44 4 213 112 141 0 55 376 136 34
Binary 100100 100 10001011 1001010 1100001 0 101101 11111110 1011110 11100

Color Harmonies of #24048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24048B

Black with #24048B

Text Example


Text Example

White with #24048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24048B; }

 p { color: rgb(36,4,139); }

 H1.HeaderClassName
 {
   color: #24048B;
 }
 .AnyTagClassName
 {
   color: #24048B;
 }
</style>

background-color css

<style>
 a { background-color: #24048B; }

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

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

border-color css

<style>
 span { border-color: #24048B; }

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

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