#202493

Color #202493 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #202493

Tints of Ultramarine #202493

Color information

#202493 (or 0x202493) is unknown color: approx 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

RGB3236147-
CMYK0.780.7600.42
HSL237.91º64.25%35.1%-
HSV(B)237.91º78.23%57.65%-
XYZ6.493.6827.97-
YUV47.46184.17116.97-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32361470.780.7600.42237.9164.2535.1
Hex2024934E4C02Aee4023
Octal404422311611405235610043
Binary10000010010010010011100111010011000101010111011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>