Html Css Color HEX #24058E Ultramarine

📋 copy color: '#24058E'

red 36 ◦ green 5 ◦ blue 142

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

Shades of Ultramarine #24058E

Tints of Ultramarine #24058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 77.6%

R = 19.67%
G = 2.73%
B = 77.6%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24058E (or 0x24058E) is known color: Ultramarine. HEX triplet: 24, 05 and 8E. RGB value is (36,5,142). Sum of RGB (Red+Green+Blue) = 36+5+142=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #24058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24058E is #DBFA71. Grayscale: #1D1D1D. Windows color (decimal): -14416498 or 9307428. OLE color: 9307428.

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

Color convert

RGB 36 5 142 -
CMYK 0.75 0.96 0 0.44
HSL 253.58º 0.93% 0.29% -
HSV(B) 253.58º 0.96% 0.56% -
XYZ 5.66 2.44 25.76 -
YUV 29.89 191.27 132.36 -
System Red Green Blue C M Y K H S L
Decimal 36 5 142 0.75 0.96 0 0.44 253.58 0.93 0.29
Hex 24 5 8E 4B 60 0 2C FE 5D 1D
Octal 44 5 216 113 140 0 54 376 135 35
Binary 100100 101 10001110 1001011 1100000 0 101100 11111110 1011101 11101

Color Harmonies of #24058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24058E

Black with #24058E

Text Example


Text Example

White with #24058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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