Html Css Color HEX #242499 Ultramarine

📋 copy color: '#242499'

red 36 ◦ green 36 ◦ blue 153

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

Shades of Ultramarine #242499

Tints of Ultramarine #242499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

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

R = 16%
G = 16%
B = 68%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#242499 (or 0x242499) is known color: Ultramarine. HEX triplet: 24, 24 and 99. RGB value is (36,36,153). Sum of RGB (Red+Green+Blue) = 36+36+153=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #242499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242499 is #DBDB66. Grayscale: #303030. Windows color (decimal): -14408551 or 10036260. OLE color: 10036260.

HSL color Cylindrical-coordinate representation of color #242499: hue angle of 240º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242499 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 36 153 -
CMYK 0.76 0.76 0 0.4
HSL 240º 0.62% 0.37% -
HSV(B) 240º 0.76% 0.6% -
XYZ 7.11 3.94 30.52 -
YUV 49.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 36 36 153 0.76 0.76 0 0.4 240 0.62 0.37
Hex 24 24 99 4C 4C 0 28 F0 3E 25
Octal 44 44 231 114 114 0 50 360 76 45
Binary 100100 100100 10011001 1001100 1001100 0 101000 11110000 111110 100101

Color Harmonies of #242499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242499

Black with #242499

Text Example


Text Example

White with #242499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242499; }

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

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

background-color css

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

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

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

border-color css

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

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

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