Html Css Color HEX #241BAC Ultramarine

📋 copy color: '#241BAC'

red 36 ◦ green 27 ◦ blue 172

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

Shades of Ultramarine #241BAC

Tints of Ultramarine #241BAC

RGB

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

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

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

R = 15.32%
G = 11.49%
B = 73.19%

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

#241BAC (or 0x241BAC) is known color: Ultramarine. HEX triplet: 24, 1B and AC. RGB value is (36,27,172). Sum of RGB (Red+Green+Blue) = 36+27+172=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #241BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241BAC is #DBE453. Grayscale: #2D2D2D. Windows color (decimal): -14410836 or 11279140. OLE color: 11279140.

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

Color convert

RGB 36 27 172 -
CMYK 0.79 0.84 0 0.33
HSL 243.72º 0.73% 0.39% -
HSV(B) 243.72º 0.84% 0.67% -
XYZ 8.57 4.14 39.38 -
YUV 46.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 36 27 172 0.79 0.84 0 0.33 243.72 0.73 0.39
Hex 24 1B AC 4F 54 0 21 F4 49 27
Octal 44 33 254 117 124 0 41 364 111 47
Binary 100100 11011 10101100 1001111 1010100 0 100001 11110100 1001001 100111

Color Harmonies of #241BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BAC

Black with #241BAC

Text Example


Text Example

White with #241BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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