Html Css Color HEX #24059C Ultramarine

📋 copy color: '#24059C'

red 36 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #24059C

Tints of Ultramarine #24059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 79.19%

R = 18.27%
G = 2.54%
B = 79.19%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24059C (or 0x24059C) is known color: Ultramarine. HEX triplet: 24, 05 and 9C. RGB value is (36,5,156). Sum of RGB (Red+Green+Blue) = 36+5+156=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #24059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24059C is #DBFA63. Grayscale: #1E1E1E. Windows color (decimal): -14416484 or 10224932. OLE color: 10224932.

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

Color convert

RGB 36 5 156 -
CMYK 0.77 0.97 0 0.39
HSL 252.32º 0.94% 0.32% -
HSV(B) 252.32º 0.97% 0.61% -
XYZ 6.78 2.88 31.65 -
YUV 31.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 36 5 156 0.77 0.97 0 0.39 252.32 0.94 0.32
Hex 24 5 9C 4D 61 0 27 FC 5E 20
Octal 44 5 234 115 141 0 47 374 136 40
Binary 100100 101 10011100 1001101 1100001 0 100111 11111100 1011110 100000

Color Harmonies of #24059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24059C

Black with #24059C

Text Example


Text Example

White with #24059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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