#201998

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

Shades of Ultramarine #201998

Tints of Ultramarine #201998

Color information

#201998 (or 0x201998) is unknown color: approx Ultramarine. HEX triplet: 20, 19 and 98. RGB value is (32,25,152). Sum of RGB (Red+Green+Blue) = 32+25+152=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #201998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201998 is #DFE667. Grayscale: #292929. Windows color (decimal): -14673512 or 9967904. OLE color: 9967904.

HSL color Cylindrical-coordinate representation of color #201998: hue angle of 243.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201998 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3225152-
CMYK0.790.8400.40
HSL243.31º71.75%34.71%-
HSV(B)243.31º83.55%59.61%-
XYZ6.613.2729.99-
YUV41.57190.32121.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 152 (59.77% from 255) = 72.73%
R=15.31%
G=11.96%
B=72.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32251520.790.8400.40243.3171.7534.71
Hex2019984F54028f34823
Octal403123011712405036311043
Binary1000001100110011000100111110101000101000111100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201998; }

 p { color: rgb(32,25,152); }

 H1.HeaderClassName
 {
   color: #201998;
 }
 .AnyTagClassName
 {
   color: #201998;
 }
</style>
background-color css

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

 a { background-color: rgb(32,25,152); }

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

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

 span { border-color: rgb(32,25,152); }

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