Html Css Color HEX #242596 Ultramarine

📋 copy color: '#242596'

red 36 ◦ green 37 ◦ blue 150

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

Shades of Ultramarine #242596

Tints of Ultramarine #242596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 16.14%
G = 16.59%
B = 67.26%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242596 (or 0x242596) is known color: Ultramarine. HEX triplet: 24, 25 and 96. RGB value is (36,37,150). Sum of RGB (Red+Green+Blue) = 36+37+150=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #242596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242596 is #DBDA69. Grayscale: #313131. Windows color (decimal): -14408298 or 9839908. OLE color: 9839908.

HSL color Cylindrical-coordinate representation of color #242596: hue angle of 239.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242596 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 37 150 -
CMYK 0.76 0.75 0 0.41
HSL 239.47º 0.61% 0.36% -
HSV(B) 239.47º 0.76% 0.59% -
XYZ 6.89 3.9 29.24 -
YUV 49.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 36 37 150 0.76 0.75 0 0.41 239.47 0.61 0.36
Hex 24 25 96 4C 4B 0 29 EF 3D 24
Octal 44 45 226 114 113 0 51 357 75 44
Binary 100100 100101 10010110 1001100 1001011 0 101001 11101111 111101 100100

Color Harmonies of #242596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242596

Black with #242596

Text Example


Text Example

White with #242596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242596; }

 p { color: rgb(36,37,150); }

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

background-color css

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

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

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

border-color css

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

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

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