Html Css Color HEX #242593 Ultramarine

📋 copy color: '#242593'

red 36 ◦ green 37 ◦ blue 147

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

Shades of Ultramarine #242593

Tints of Ultramarine #242593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.82%

R = 16.36%
G = 16.82%
B = 66.82%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242593 (or 0x242593) is known color: Ultramarine. HEX triplet: 24, 25 and 93. RGB value is (36,37,147). Sum of RGB (Red+Green+Blue) = 36+37+147=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #242593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242593 is #DBDA6C. Grayscale: #303030. Windows color (decimal): -14408301 or 9643300. OLE color: 9643300.

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

Color convert

RGB 36 37 147 -
CMYK 0.76 0.75 0 0.42
HSL 239.46º 0.61% 0.36% -
HSV(B) 239.46º 0.76% 0.58% -
XYZ 6.66 3.8 27.99 -
YUV 49.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 36 37 147 0.76 0.75 0 0.42 239.46 0.61 0.36
Hex 24 25 93 4C 4B 0 2A EF 3D 24
Octal 44 45 223 114 113 0 52 357 75 44
Binary 100100 100101 10010011 1001100 1001011 0 101010 11101111 111101 100100

Color Harmonies of #242593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242593

Black with #242593

Text Example


Text Example

White with #242593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242593; }

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

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

background-color css

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

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

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

border-color css

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

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

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