Html Css Color HEX #24018F Ultramarine

📋 copy color: '#24018F'

red 36 ◦ green 1 ◦ blue 143

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

Shades of Ultramarine #24018F

Tints of Ultramarine #24018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 20%
G = 0.56%
B = 79.44%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24018F (or 0x24018F) is known color: Ultramarine. HEX triplet: 24, 01 and 8F. RGB value is (36,1,143). Sum of RGB (Red+Green+Blue) = 36+1+143=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 143 (56.25% from 255 or 79.44% from 180); Max value from RGB is 143 - color contains mainly: blue. Hex color #24018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24018F is #DBFE70. Grayscale: #1B1B1B. Windows color (decimal): -14417521 or 9371940. OLE color: 9371940.

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

Color convert

RGB 36 1 143 -
CMYK 0.75 0.99 0 0.44
HSL 254.79º 0.99% 0.28% -
HSV(B) 254.79º 0.99% 0.56% -
XYZ 5.7 2.38 26.15 -
YUV 27.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 36 1 143 0.75 0.99 0 0.44 254.79 0.99 0.28
Hex 24 1 8F 4B 63 0 2C FF 63 1C
Octal 44 1 217 113 143 0 54 377 143 34
Binary 100100 1 10001111 1001011 1100011 0 101100 11111111 1100011 11100

Color Harmonies of #24018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24018F

Black with #24018F

Text Example


Text Example

White with #24018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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