Html Css Color HEX #202493 Ultramarine

📋 copy color: '#202493'

red 32 ◦ green 36 ◦ blue 147

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

Shades of Ultramarine #202493

Tints of Ultramarine #202493

RGB

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

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

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

R = 14.88%
G = 16.74%
B = 68.37%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202493 (or 0x202493) is known color: Ultramarine. HEX triplet: 20, 24 and 93. RGB value is (32,36,147). Sum of RGB (Red+Green+Blue) = 32+36+147=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #202493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202493 is #DFDB6C. Grayscale: #2F2F2F. Windows color (decimal): -14670701 or 9643040. OLE color: 9643040.

HSL color Cylindrical-coordinate representation of color #202493: hue angle of 237.91º 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 #202493 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 36 147 -
CMYK 0.78 0.76 0 0.42
HSL 237.91º 0.64% 0.35% -
HSV(B) 237.91º 0.78% 0.58% -
XYZ 6.49 3.68 27.97 -
YUV 47.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 32 36 147 0.78 0.76 0 0.42 237.91 0.64 0.35
Hex 20 24 93 4E 4C 0 2A EE 40 23
Octal 40 44 223 116 114 0 52 356 100 43
Binary 100000 100100 10010011 1001110 1001100 0 101010 11101110 1000000 100011

Color Harmonies of #202493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202493

Black with #202493

Text Example


Text Example

White with #202493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202493; }

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

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

background-color css

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

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

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

border-color css

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

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

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