Html Css Color HEX #242098 Ultramarine

📋 copy color: '#242098'

red 36 ◦ green 32 ◦ blue 152

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

Shades of Ultramarine #242098

Tints of Ultramarine #242098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.09%

R = 16.36%
G = 14.55%
B = 69.09%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#242098 (or 0x242098) is known color: Ultramarine. HEX triplet: 24, 20 and 98. RGB value is (36,32,152). Sum of RGB (Red+Green+Blue) = 36+32+152=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #242098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242098 is #DBDF67. Grayscale: #2E2E2E. Windows color (decimal): -14409576 or 9969700. OLE color: 9969700.

HSL color Cylindrical-coordinate representation of color #242098: hue angle of 242º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242098 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 32 152 -
CMYK 0.76 0.79 0 0.40
HSL 242º 0.65% 0.36% -
HSV(B) 242º 0.79% 0.6% -
XYZ 6.91 3.68 30.05 -
YUV 46.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 36 32 152 0.76 0.79 0 0.40 242 0.65 0.36
Hex 24 20 98 4C 4F 0 28 F2 41 24
Octal 44 40 230 114 117 0 50 362 101 44
Binary 100100 100000 10011000 1001100 1001111 0 101000 11110010 1000001 100100

Color Harmonies of #242098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242098

Black with #242098

Text Example


Text Example

White with #242098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242098; }

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

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

background-color css

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

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

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

border-color css

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

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

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