Html Css Color HEX #24059D Ultramarine

📋 copy color: '#24059D'

red 36 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #24059D

Tints of Ultramarine #24059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 79.29%

R = 18.18%
G = 2.53%
B = 79.29%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24059D (or 0x24059D) is known color: Ultramarine. HEX triplet: 24, 05 and 9D. RGB value is (36,5,157). Sum of RGB (Red+Green+Blue) = 36+5+157=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #24059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24059D is #DBFA62. Grayscale: #1F1F1F. Windows color (decimal): -14416483 or 10290468. OLE color: 10290468.

HSL color Cylindrical-coordinate representation of color #24059D: hue angle of 252.24º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24059D is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 5 157 -
CMYK 0.77 0.97 0 0.38
HSL 252.24º 0.94% 0.32% -
HSV(B) 252.24º 0.97% 0.62% -
XYZ 6.87 2.92 32.1 -
YUV 31.6 198.77 131.14 -
System Red Green Blue C M Y K H S L
Decimal 36 5 157 0.77 0.97 0 0.38 252.24 0.94 0.32
Hex 24 5 9D 4D 61 0 26 FC 5E 20
Octal 44 5 235 115 141 0 46 374 136 40
Binary 100100 101 10011101 1001101 1100001 0 100110 11111100 1011110 100000

Color Harmonies of #24059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24059D

Black with #24059D

Text Example


Text Example

White with #24059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24059D; }

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

 H1.HeaderClassName
 {
   color: #24059D;
 }
 .AnyTagClassName
 {
   color: #24059D;
 }
</style>

background-color css

<style>
 a { background-color: #24059D; }

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

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

border-color css

<style>
 span { border-color: #24059D; }

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

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