Html Css Color HEX #242091 Ultramarine

📋 copy color: '#242091'

red 36 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #242091

Tints of Ultramarine #242091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 16.9%
G = 15.02%
B = 68.08%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242091 (or 0x242091) is known color: Ultramarine. HEX triplet: 24, 20 and 91. RGB value is (36,32,145). Sum of RGB (Red+Green+Blue) = 36+32+145=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #242091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242091 is #DBDF6E. Grayscale: #2D2D2D. Windows color (decimal): -14409583 or 9510948. OLE color: 9510948.

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

Color convert

RGB 36 32 145 -
CMYK 0.75 0.78 0 0.43
HSL 242.12º 0.64% 0.35% -
HSV(B) 242.12º 0.78% 0.57% -
XYZ 6.35 3.45 27.12 -
YUV 46.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 36 32 145 0.75 0.78 0 0.43 242.12 0.64 0.35
Hex 24 20 91 4B 4E 0 2B F2 40 23
Octal 44 40 221 113 116 0 53 362 100 43
Binary 100100 100000 10010001 1001011 1001110 0 101011 11110010 1000000 100011

Color Harmonies of #242091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242091

Black with #242091

Text Example


Text Example

White with #242091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242091; }

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

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

background-color css

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

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

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

border-color css

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

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

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