Html Css Color HEX #241DA2 Ultramarine

📋 copy color: '#241DA2'

red 36 ◦ green 29 ◦ blue 162

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

Shades of Ultramarine #241DA2

Tints of Ultramarine #241DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

 BLUE value IS 162 (63.67% from 255) = 71.37%

R = 15.86%
G = 12.78%
B = 71.37%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#241DA2 (or 0x241DA2) is known color: Ultramarine. HEX triplet: 24, 1D and A2. RGB value is (36,29,162). Sum of RGB (Red+Green+Blue) = 36+29+162=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #241DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241DA2 is #DBE25D. Grayscale: #2D2D2D. Windows color (decimal): -14410334 or 10624292. OLE color: 10624292.

HSL color Cylindrical-coordinate representation of color #241DA2: hue angle of 243.16º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241DA2 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 29 162 -
CMYK 0.78 0.82 0 0.36
HSL 243.16º 0.7% 0.37% -
HSV(B) 243.16º 0.82% 0.64% -
XYZ 7.69 3.86 34.52 -
YUV 46.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 36 29 162 0.78 0.82 0 0.36 243.16 0.7 0.37
Hex 24 1D A2 4E 52 0 24 F3 46 25
Octal 44 35 242 116 122 0 44 363 106 45
Binary 100100 11101 10100010 1001110 1010010 0 100100 11110011 1000110 100101

Color Harmonies of #241DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DA2

Black with #241DA2

Text Example


Text Example

White with #241DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,162); }

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

background-color css

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

 a { background-color: rgb(36,29,162); }

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

border-color css

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

 span { border-color: rgb(36,29,162); }

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