Html Css Color HEX #241F99 Ultramarine

📋 copy color: '#241F99'

red 36 ◦ green 31 ◦ blue 153

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

Shades of Ultramarine #241F99

Tints of Ultramarine #241F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 16.36%
G = 14.09%
B = 69.55%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#241F99 (or 0x241F99) is known color: Ultramarine. HEX triplet: 24, 1F and 99. RGB value is (36,31,153). Sum of RGB (Red+Green+Blue) = 36+31+153=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #241F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241F99 is #DBE066. Grayscale: #2D2D2D. Windows color (decimal): -14409831 or 10034980. OLE color: 10034980.

HSL color Cylindrical-coordinate representation of color #241F99: hue angle of 242.46º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241F99 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 31 153 -
CMYK 0.76 0.80 0 0.4
HSL 242.46º 0.66% 0.36% -
HSV(B) 242.46º 0.8% 0.6% -
XYZ 6.97 3.65 30.48 -
YUV 46.4 188.16 120.58 -
System Red Green Blue C M Y K H S L
Decimal 36 31 153 0.76 0.80 0 0.4 242.46 0.66 0.36
Hex 24 1F 99 4C 50 0 28 F2 42 24
Octal 44 37 231 114 120 0 50 362 102 44
Binary 100100 11111 10011001 1001100 1010000 0 101000 11110010 1000010 100100

Color Harmonies of #241F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F99

Black with #241F99

Text Example


Text Example

White with #241F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,153); }

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

background-color css

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

 a { background-color: rgb(36,31,153); }

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

border-color css

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

 span { border-color: rgb(36,31,153); }

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