Html Css Color HEX #24099B Ultramarine

📋 copy color: '#24099B'

red 36 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #24099B

Tints of Ultramarine #24099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 155 (60.94% from 255) = 77.5%

R = 18%
G = 4.5%
B = 77.5%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24099B (or 0x24099B) is known color: Ultramarine. HEX triplet: 24, 09 and 9B. RGB value is (36,9,155). Sum of RGB (Red+Green+Blue) = 36+9+155=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #24099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24099B is #DBF664. Grayscale: #212121. Windows color (decimal): -14415461 or 10160420. OLE color: 10160420.

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

Color convert

RGB 36 9 155 -
CMYK 0.77 0.94 0 0.39
HSL 251.1º 0.89% 0.32% -
HSV(B) 251.1º 0.94% 0.61% -
XYZ 6.74 2.94 31.22 -
YUV 33.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 36 9 155 0.77 0.94 0 0.39 251.1 0.89 0.32
Hex 24 9 9B 4D 5E 0 27 FB 59 20
Octal 44 11 233 115 136 0 47 373 131 40
Binary 100100 1001 10011011 1001101 1011110 0 100111 11111011 1011001 100000

Color Harmonies of #24099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24099B

Black with #24099B

Text Example


Text Example

White with #24099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24099B; }

 p { color: rgb(36,9,155); }

 H1.HeaderClassName
 {
   color: #24099B;
 }
 .AnyTagClassName
 {
   color: #24099B;
 }
</style>

background-color css

<style>
 a { background-color: #24099B; }

 a { background-color: rgb(36,9,155); }

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

border-color css

<style>
 span { border-color: #24099B; }

 span { border-color: rgb(36,9,155); }

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