Html Css Color HEX #241988 Ultramarine

📋 copy color: '#241988'

red 36 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #241988

Tints of Ultramarine #241988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 136 (53.52% from 255) = 69.04%

R = 18.27%
G = 12.69%
B = 69.04%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#241988 (or 0x241988) is known color: Ultramarine. HEX triplet: 24, 19 and 88. RGB value is (36,25,136). Sum of RGB (Red+Green+Blue) = 36+25+136=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #241988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241988 is #DBE677. Grayscale: #282828. Windows color (decimal): -14411384 or 8919332. OLE color: 8919332.

HSL color Cylindrical-coordinate representation of color #241988: hue angle of 245.95º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241988 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 25 136 -
CMYK 0.74 0.82 0 0.47
HSL 245.95º 0.69% 0.32% -
HSV(B) 245.95º 0.82% 0.53% -
XYZ 5.52 2.85 23.55 -
YUV 40.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 36 25 136 0.74 0.82 0 0.47 245.95 0.69 0.32
Hex 24 19 88 4A 52 0 2F F6 45 20
Octal 44 31 210 112 122 0 57 366 105 40
Binary 100100 11001 10001000 1001010 1010010 0 101111 11110110 1000101 100000

Color Harmonies of #241988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241988

Black with #241988

Text Example


Text Example

White with #241988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241988; }

 p { color: rgb(36,25,136); }

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

background-color css

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

 a { background-color: rgb(36,25,136); }

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

border-color css

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

 span { border-color: rgb(36,25,136); }

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