Html Css Color HEX #241A8E Ultramarine

📋 copy color: '#241A8E'

red 36 ◦ green 26 ◦ blue 142

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

Shades of Ultramarine #241A8E

Tints of Ultramarine #241A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 69.61%

R = 17.65%
G = 12.75%
B = 69.61%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#241A8E (or 0x241A8E) is known color: Ultramarine. HEX triplet: 24, 1A and 8E. RGB value is (36,26,142). Sum of RGB (Red+Green+Blue) = 36+26+142=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #241A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A8E is #DBE571. Grayscale: #292929. Windows color (decimal): -14411122 or 9312804. OLE color: 9312804.

HSL color Cylindrical-coordinate representation of color #241A8E: hue angle of 245.17º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241A8E is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 26 142 -
CMYK 0.75 0.82 0 0.44
HSL 245.17º 0.69% 0.33% -
HSV(B) 245.17º 0.82% 0.56% -
XYZ 5.98 3.07 25.87 -
YUV 42.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 36 26 142 0.75 0.82 0 0.44 245.17 0.69 0.33
Hex 24 1A 8E 4B 52 0 2C F5 45 21
Octal 44 32 216 113 122 0 54 365 105 41
Binary 100100 11010 10001110 1001011 1010010 0 101100 11110101 1000101 100001

Color Harmonies of #241A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A8E

Black with #241A8E

Text Example


Text Example

White with #241A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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