Html Css Color HEX #24019F Ultramarine

📋 copy color: '#24019F'

red 36 ◦ green 1 ◦ blue 159

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

Shades of Ultramarine #24019F

Tints of Ultramarine #24019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.12%

R = 18.37%
G = 0.51%
B = 81.12%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24019F (or 0x24019F) is known color: Ultramarine. HEX triplet: 24, 01 and 9F. RGB value is (36,1,159). Sum of RGB (Red+Green+Blue) = 36+1+159=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #24019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24019F is #DBFE60. Grayscale: #1C1C1C. Windows color (decimal): -14417505 or 10420516. OLE color: 10420516.

HSL color Cylindrical-coordinate representation of color #24019F: hue angle of 253.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24019F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 1 159 -
CMYK 0.77 0.99 0 0.38
HSL 253.29º 0.99% 0.31% -
HSV(B) 253.29º 0.99% 0.62% -
XYZ 7 2.9 32.99 -
YUV 29.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 36 1 159 0.77 0.99 0 0.38 253.29 0.99 0.31
Hex 24 1 9F 4D 63 0 26 FD 63 1F
Octal 44 1 237 115 143 0 46 375 143 37
Binary 100100 1 10011111 1001101 1100011 0 100110 11111101 1100011 11111

Color Harmonies of #24019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24019F

Black with #24019F

Text Example


Text Example

White with #24019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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