Html Css Color HEX #241AAB Ultramarine

📋 copy color: '#241AAB'

red 36 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #241AAB

Tints of Ultramarine #241AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 15.45%
G = 11.16%
B = 73.39%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#241AAB (or 0x241AAB) is known color: Ultramarine. HEX triplet: 24, 1A and AB. RGB value is (36,26,171). Sum of RGB (Red+Green+Blue) = 36+26+171=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #241AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241AAB is #DBE554. Grayscale: #2C2C2C. Windows color (decimal): -14411093 or 11213348. OLE color: 11213348.

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

Color convert

RGB 36 26 171 -
CMYK 0.79 0.85 0 0.33
HSL 244.14º 0.74% 0.39% -
HSV(B) 244.14º 0.85% 0.67% -
XYZ 8.45 4.05 38.87 -
YUV 45.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 36 26 171 0.79 0.85 0 0.33 244.14 0.74 0.39
Hex 24 1A AB 4F 55 0 21 F4 4A 27
Octal 44 32 253 117 125 0 41 364 112 47
Binary 100100 11010 10101011 1001111 1010101 0 100001 11110100 1001010 100111

Color Harmonies of #241AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241AAB

Black with #241AAB

Text Example


Text Example

White with #241AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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