Html Css Color HEX #242092 Ultramarine

📋 copy color: '#242092'

red 36 ◦ green 32 ◦ blue 146

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

Shades of Ultramarine #242092

Tints of Ultramarine #242092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 16.82%
G = 14.95%
B = 68.22%

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

#242092 (or 0x242092) is known color: Ultramarine. HEX triplet: 24, 20 and 92. RGB value is (36,32,146). Sum of RGB (Red+Green+Blue) = 36+32+146=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #242092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242092 is #DBDF6D. Grayscale: #2D2D2D. Windows color (decimal): -14409582 or 9576484. OLE color: 9576484.

HSL color Cylindrical-coordinate representation of color #242092: hue angle of 242.11º 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 #242092 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 32 146 -
CMYK 0.75 0.78 0 0.43
HSL 242.11º 0.64% 0.35% -
HSV(B) 242.11º 0.78% 0.57% -
XYZ 6.43 3.48 27.53 -
YUV 46.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 36 32 146 0.75 0.78 0 0.43 242.11 0.64 0.35
Hex 24 20 92 4B 4E 0 2B F2 40 23
Octal 44 40 222 113 116 0 53 362 100 43
Binary 100100 100000 10010010 1001011 1001110 0 101011 11110010 1000000 100011

Color Harmonies of #242092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242092

Black with #242092

Text Example


Text Example

White with #242092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242092; }

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

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

background-color css

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

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

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

border-color css

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

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

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