Html Css Color HEX #202593 Ultramarine

📋 copy color: '#202593'

red 32 ◦ green 37 ◦ blue 147

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

Shades of Ultramarine #202593

Tints of Ultramarine #202593

RGB

 RED value IS 32 (12.89% from 255) = 14.81%

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

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

R = 14.81%
G = 17.13%
B = 68.06%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202593 (or 0x202593) is known color: Ultramarine. HEX triplet: 20, 25 and 93. RGB value is (32,37,147). Sum of RGB (Red+Green+Blue) = 32+37+147=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #202593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202593 is #DFDA6C. Grayscale: #2F2F2F. Windows color (decimal): -14670445 or 9643296. OLE color: 9643296.

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

Color convert

RGB 32 37 147 -
CMYK 0.78 0.75 0 0.42
HSL 237.39º 0.64% 0.35% -
HSV(B) 237.39º 0.78% 0.58% -
XYZ 6.52 3.74 27.98 -
YUV 48.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 32 37 147 0.78 0.75 0 0.42 237.39 0.64 0.35
Hex 20 25 93 4E 4B 0 2A ED 40 23
Octal 40 45 223 116 113 0 52 355 100 43
Binary 100000 100101 10010011 1001110 1001011 0 101010 11101101 1000000 100011

Color Harmonies of #202593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202593

Black with #202593

Text Example


Text Example

White with #202593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202593; }

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

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

background-color css

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

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

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

border-color css

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

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

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