Html Css Color HEX #24188D Ultramarine

📋 copy color: '#24188D'

red 36 ◦ green 24 ◦ blue 141

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

Shades of Ultramarine #24188D

Tints of Ultramarine #24188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 17.91%
G = 11.94%
B = 70.15%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24188D (or 0x24188D) is known color: Ultramarine. HEX triplet: 24, 18 and 8D. RGB value is (36,24,141). Sum of RGB (Red+Green+Blue) = 36+24+141=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #24188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24188D is #DBE772. Grayscale: #282828. Windows color (decimal): -14411635 or 9246756. OLE color: 9246756.

HSL color Cylindrical-coordinate representation of color #24188D: hue angle of 246.15º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24188D is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 24 141 -
CMYK 0.74 0.83 0 0.45
HSL 246.15º 0.71% 0.32% -
HSV(B) 246.15º 0.83% 0.55% -
XYZ 5.86 2.95 25.46 -
YUV 40.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 36 24 141 0.74 0.83 0 0.45 246.15 0.71 0.32
Hex 24 18 8D 4A 53 0 2D F6 47 20
Octal 44 30 215 112 123 0 55 366 107 40
Binary 100100 11000 10001101 1001010 1010011 0 101101 11110110 1000111 100000

Color Harmonies of #24188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24188D

Black with #24188D

Text Example


Text Example

White with #24188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,24,141); }

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

background-color css

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

 a { background-color: rgb(36,24,141); }

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

border-color css

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

 span { border-color: rgb(36,24,141); }

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