Html Css Color HEX #242591 Ultramarine

📋 copy color: '#242591'

red 36 ◦ green 37 ◦ blue 145

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

Shades of Ultramarine #242591

Tints of Ultramarine #242591

RGB

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

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

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

R = 16.51%
G = 16.97%
B = 66.51%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242591 (or 0x242591) is known color: Ultramarine. HEX triplet: 24, 25 and 91. RGB value is (36,37,145). Sum of RGB (Red+Green+Blue) = 36+37+145=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #242591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242591 is #DBDA6E. Grayscale: #303030. Windows color (decimal): -14408303 or 9512228. OLE color: 9512228.

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

Color convert

RGB 36 37 145 -
CMYK 0.75 0.74 0 0.43
HSL 239.45º 0.6% 0.35% -
HSV(B) 239.45º 0.75% 0.57% -
XYZ 6.5 3.74 27.17 -
YUV 49.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 36 37 145 0.75 0.74 0 0.43 239.45 0.6 0.35
Hex 24 25 91 4B 4A 0 2B EF 3C 23
Octal 44 45 221 113 112 0 53 357 74 43
Binary 100100 100101 10010001 1001011 1001010 0 101011 11101111 111100 100011

Color Harmonies of #242591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242591

Black with #242591

Text Example


Text Example

White with #242591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242591; }

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

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

background-color css

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

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

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

border-color css

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

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

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