Html Css Color HEX #242090 Ultramarine

📋 copy color: '#242090'

red 36 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #242090

Tints of Ultramarine #242090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 16.98%
G = 15.09%
B = 67.92%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242090 (or 0x242090) is known color: Ultramarine. HEX triplet: 24, 20 and 90. RGB value is (36,32,144). Sum of RGB (Red+Green+Blue) = 36+32+144=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #242090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242090 is #DBDF6F. Grayscale: #2D2D2D. Windows color (decimal): -14409584 or 9445412. OLE color: 9445412.

HSL color Cylindrical-coordinate representation of color #242090: hue angle of 242.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242090 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 32 144 -
CMYK 0.75 0.78 0 0.44
HSL 242.14º 0.64% 0.35% -
HSV(B) 242.14º 0.78% 0.56% -
XYZ 6.28 3.42 26.72 -
YUV 45.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 36 32 144 0.75 0.78 0 0.44 242.14 0.64 0.35
Hex 24 20 90 4B 4E 0 2C F2 40 23
Octal 44 40 220 113 116 0 54 362 100 43
Binary 100100 100000 10010000 1001011 1001110 0 101100 11110010 1000000 100011

Color Harmonies of #242090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242090

Black with #242090

Text Example


Text Example

White with #242090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242090; }

 p { color: rgb(36,32,144); }

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

background-color css

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

 a { background-color: rgb(36,32,144); }

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

border-color css

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

 span { border-color: rgb(36,32,144); }

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