Html Css Color HEX #24028F Ultramarine

📋 copy color: '#24028F'

red 36 ◦ green 2 ◦ blue 143

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

Shades of Ultramarine #24028F

Tints of Ultramarine #24028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 19.89%
G = 1.1%
B = 79.01%

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

#24028F (or 0x24028F) is known color: Ultramarine. HEX triplet: 24, 02 and 8F. RGB value is (36,2,143). Sum of RGB (Red+Green+Blue) = 36+2+143=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 143 (56.25% from 255 or 79.01% from 181); Max value from RGB is 143 - color contains mainly: blue. Hex color #24028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24028F is #DBFD70. Grayscale: #1B1B1B. Windows color (decimal): -14417265 or 9372196. OLE color: 9372196.

HSL color Cylindrical-coordinate representation of color #24028F: hue angle of 254.47º degrees, saturation: 0.97, 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 #24028F is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 2 143 -
CMYK 0.75 0.99 0 0.44
HSL 254.47º 0.97% 0.28% -
HSV(B) 254.47º 0.99% 0.56% -
XYZ 5.71 2.4 26.15 -
YUV 28.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 36 2 143 0.75 0.99 0 0.44 254.47 0.97 0.28
Hex 24 2 8F 4B 63 0 2C FE 61 1C
Octal 44 2 217 113 143 0 54 376 141 34
Binary 100100 10 10001111 1001011 1100011 0 101100 11111110 1100001 11100

Color Harmonies of #24028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24028F

Black with #24028F

Text Example


Text Example

White with #24028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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