Html Css Color HEX #241A8B Ultramarine

📋 copy color: '#241A8B'

red 36 ◦ green 26 ◦ blue 139

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

Shades of Ultramarine #241A8B

Tints of Ultramarine #241A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.15%

R = 17.91%
G = 12.94%
B = 69.15%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#241A8B (or 0x241A8B) is known color: Ultramarine. HEX triplet: 24, 1A and 8B. RGB value is (36,26,139). Sum of RGB (Red+Green+Blue) = 36+26+139=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #241A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A8B is #DBE574. Grayscale: #292929. Windows color (decimal): -14411125 or 9116196. OLE color: 9116196.

HSL color Cylindrical-coordinate representation of color #241A8B: hue angle of 245.31º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241A8B is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 26 139 -
CMYK 0.74 0.81 0 0.45
HSL 245.31º 0.68% 0.32% -
HSV(B) 245.31º 0.81% 0.55% -
XYZ 5.76 2.98 24.7 -
YUV 41.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 36 26 139 0.74 0.81 0 0.45 245.31 0.68 0.32
Hex 24 1A 8B 4A 51 0 2D F5 44 20
Octal 44 32 213 112 121 0 55 365 104 40
Binary 100100 11010 10001011 1001010 1010001 0 101101 11110101 1000100 100000

Color Harmonies of #241A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A8B

Black with #241A8B

Text Example


Text Example

White with #241A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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