Html Css Color HEX #24088C Ultramarine

📋 copy color: '#24088C'

red 36 ◦ green 8 ◦ blue 140

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

Shades of Ultramarine #24088C

Tints of Ultramarine #24088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 140 (55.08% from 255) = 76.09%

R = 19.57%
G = 4.35%
B = 76.09%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24088C (or 0x24088C) is known color: Ultramarine. HEX triplet: 24, 08 and 8C. RGB value is (36,8,140). Sum of RGB (Red+Green+Blue) = 36+8+140=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #24088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24088C is #DBF773. Grayscale: #1E1E1E. Windows color (decimal): -14415732 or 9177124. OLE color: 9177124.

HSL color Cylindrical-coordinate representation of color #24088C: hue angle of 252.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24088C is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 8 140 -
CMYK 0.74 0.94 0 0.45
HSL 252.73º 0.89% 0.29% -
HSV(B) 252.73º 0.94% 0.55% -
XYZ 5.55 2.44 24.99 -
YUV 31.42 189.28 131.27 -
System Red Green Blue C M Y K H S L
Decimal 36 8 140 0.74 0.94 0 0.45 252.73 0.89 0.29
Hex 24 8 8C 4A 5E 0 2D FD 59 1D
Octal 44 10 214 112 136 0 55 375 131 35
Binary 100100 1000 10001100 1001010 1011110 0 101101 11111101 1011001 11101

Color Harmonies of #24088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24088C

Black with #24088C

Text Example


Text Example

White with #24088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,8,140); }

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

background-color css

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

 a { background-color: rgb(36,8,140); }

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

border-color css

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

 span { border-color: rgb(36,8,140); }

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