Html Css Color HEX #24239A Ultramarine

📋 copy color: '#24239A'

red 36 ◦ green 35 ◦ blue 154

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

Shades of Ultramarine #24239A

Tints of Ultramarine #24239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 154 (60.55% from 255) = 68.44%

R = 16%
G = 15.56%
B = 68.44%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24239A (or 0x24239A) is known color: Ultramarine. HEX triplet: 24, 23 and 9A. RGB value is (36,35,154). Sum of RGB (Red+Green+Blue) = 36+35+154=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #24239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24239A is #DBDC65. Grayscale: #303030. Windows color (decimal): -14408806 or 10101540. OLE color: 10101540.

HSL color Cylindrical-coordinate representation of color #24239A: hue angle of 240.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24239A is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 35 154 -
CMYK 0.77 0.77 0 0.40
HSL 240.5º 0.63% 0.37% -
HSV(B) 240.5º 0.77% 0.6% -
XYZ 7.16 3.91 30.95 -
YUV 48.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 36 35 154 0.77 0.77 0 0.40 240.5 0.63 0.37
Hex 24 23 9A 4D 4D 0 28 F1 3F 25
Octal 44 43 232 115 115 0 50 361 77 45
Binary 100100 100011 10011010 1001101 1001101 0 101000 11110001 111111 100101

Color Harmonies of #24239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24239A

Black with #24239A

Text Example


Text Example

White with #24239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24239A; }

 p { color: rgb(36,35,154); }

 H1.HeaderClassName
 {
   color: #24239A;
 }
 .AnyTagClassName
 {
   color: #24239A;
 }
</style>

background-color css

<style>
 a { background-color: #24239A; }

 a { background-color: rgb(36,35,154); }

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

border-color css

<style>
 span { border-color: #24239A; }

 span { border-color: rgb(36,35,154); }

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