Html Css Color HEX #241CAC Ultramarine

📋 copy color: '#241CAC'

red 36 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #241CAC

Tints of Ultramarine #241CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 15.25%
G = 11.86%
B = 72.88%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#241CAC (or 0x241CAC) is known color: Ultramarine. HEX triplet: 24, 1C and AC. RGB value is (36,28,172). Sum of RGB (Red+Green+Blue) = 36+28+172=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #241CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241CAC is #DBE353. Grayscale: #2E2E2E. Windows color (decimal): -14410580 or 11279396. OLE color: 11279396.

HSL color Cylindrical-coordinate representation of color #241CAC: hue angle of 243.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241CAC is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 28 172 -
CMYK 0.79 0.84 0 0.33
HSL 243.33º 0.72% 0.39% -
HSV(B) 243.33º 0.84% 0.67% -
XYZ 8.59 4.18 39.38 -
YUV 46.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 36 28 172 0.79 0.84 0 0.33 243.33 0.72 0.39
Hex 24 1C AC 4F 54 0 21 F3 48 27
Octal 44 34 254 117 124 0 41 363 110 47
Binary 100100 11100 10101100 1001111 1010100 0 100001 11110011 1001000 100111

Color Harmonies of #241CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CAC

Black with #241CAC

Text Example


Text Example

White with #241CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241CAC; }

 p { color: rgb(36,28,172); }

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

background-color css

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

 a { background-color: rgb(36,28,172); }

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

border-color css

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

 span { border-color: rgb(36,28,172); }

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