Html Css Color HEX #241CAB Ultramarine

📋 copy color: '#241CAB'

red 36 ◦ green 28 ◦ blue 171

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

Shades of Ultramarine #241CAB

Tints of Ultramarine #241CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 15.32%
G = 11.91%
B = 72.77%

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

#241CAB (or 0x241CAB) is known color: Ultramarine. HEX triplet: 24, 1C and AB. RGB value is (36,28,171). Sum of RGB (Red+Green+Blue) = 36+28+171=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #241CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241CAB is #DBE354. Grayscale: #2E2E2E. Windows color (decimal): -14410581 or 11213860. OLE color: 11213860.

HSL color Cylindrical-coordinate representation of color #241CAB: hue angle of 243.36º 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 #241CAB is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 28 171 -
CMYK 0.79 0.84 0 0.33
HSL 243.36º 0.72% 0.39% -
HSV(B) 243.36º 0.84% 0.67% -
XYZ 8.49 4.15 38.88 -
YUV 46.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 36 28 171 0.79 0.84 0 0.33 243.36 0.72 0.39
Hex 24 1C AB 4F 54 0 21 F3 48 27
Octal 44 34 253 117 124 0 41 363 110 47
Binary 100100 11100 10101011 1001111 1010100 0 100001 11110011 1001000 100111

Color Harmonies of #241CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CAB

Black with #241CAB

Text Example


Text Example

White with #241CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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