Html Css Color HEX #241BAB Ultramarine

📋 copy color: '#241BAB'

red 36 ◦ green 27 ◦ blue 171

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

Shades of Ultramarine #241BAB

Tints of Ultramarine #241BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

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

R = 15.38%
G = 11.54%
B = 73.08%

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

#241BAB (or 0x241BAB) is known color: Ultramarine. HEX triplet: 24, 1B and AB. RGB value is (36,27,171). Sum of RGB (Red+Green+Blue) = 36+27+171=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #241BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241BAB is #DBE454. Grayscale: #2D2D2D. Windows color (decimal): -14410837 or 11213604. OLE color: 11213604.

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

Color convert

RGB 36 27 171 -
CMYK 0.79 0.84 0 0.33
HSL 243.75º 0.73% 0.39% -
HSV(B) 243.75º 0.84% 0.67% -
XYZ 8.47 4.1 38.87 -
YUV 46.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 36 27 171 0.79 0.84 0 0.33 243.75 0.73 0.39
Hex 24 1B AB 4F 54 0 21 F4 49 27
Octal 44 33 253 117 124 0 41 364 111 47
Binary 100100 11011 10101011 1001111 1010100 0 100001 11110100 1001001 100111

Color Harmonies of #241BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BAB

Black with #241BAB

Text Example


Text Example

White with #241BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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