Html Css Color HEX #24058F Ultramarine

📋 copy color: '#24058F'

red 36 ◦ green 5 ◦ blue 143

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

Shades of Ultramarine #24058F

Tints of Ultramarine #24058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

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

R = 19.57%
G = 2.72%
B = 77.72%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24058F (or 0x24058F) is known color: Ultramarine. HEX triplet: 24, 05 and 8F. RGB value is (36,5,143). Sum of RGB (Red+Green+Blue) = 36+5+143=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 143 (56.25% from 255 or 77.72% from 184); Max value from RGB is 143 - color contains mainly: blue. Hex color #24058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24058F is #DBFA70. Grayscale: #1D1D1D. Windows color (decimal): -14416497 or 9372964. OLE color: 9372964.

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

Color convert

RGB 36 5 143 -
CMYK 0.75 0.97 0 0.44
HSL 253.48º 0.93% 0.29% -
HSV(B) 253.48º 0.97% 0.56% -
XYZ 5.74 2.47 26.16 -
YUV 30 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 36 5 143 0.75 0.97 0 0.44 253.48 0.93 0.29
Hex 24 5 8F 4B 61 0 2C FD 5D 1D
Octal 44 5 217 113 141 0 54 375 135 35
Binary 100100 101 10001111 1001011 1100001 0 101100 11111101 1011101 11101

Color Harmonies of #24058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24058F

Black with #24058F

Text Example


Text Example

White with #24058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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