Html Css Color HEX #24018A Ultramarine

📋 copy color: '#24018A'

red 36 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #24018A

Tints of Ultramarine #24018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 78.86%

R = 20.57%
G = 0.57%
B = 78.86%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24018A (or 0x24018A) is known color: Ultramarine. HEX triplet: 24, 01 and 8A. RGB value is (36,1,138). Sum of RGB (Red+Green+Blue) = 36+1+138=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #24018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24018A is #DBFE75. Grayscale: #1A1A1A. Windows color (decimal): -14417526 or 9044260. OLE color: 9044260.

HSL color Cylindrical-coordinate representation of color #24018A: hue angle of 255.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24018A is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 1 138 -
CMYK 0.74 0.99 0 0.46
HSL 255.33º 0.99% 0.27% -
HSV(B) 255.33º 0.99% 0.54% -
XYZ 5.33 2.23 24.19 -
YUV 27.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 36 1 138 0.74 0.99 0 0.46 255.33 0.99 0.27
Hex 24 1 8A 4A 63 0 2E FF 63 1B
Octal 44 1 212 112 143 0 56 377 143 33
Binary 100100 1 10001010 1001010 1100011 0 101110 11111111 1100011 11011

Color Harmonies of #24018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24018A

Black with #24018A

Text Example


Text Example

White with #24018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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