#201298

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

Shades of Ultramarine #201298

Tints of Ultramarine #201298

Color information

#201298 (or 0x201298) is unknown color: approx Ultramarine. HEX triplet: 20, 12 and 98. RGB value is (32,18,152). Sum of RGB (Red+Green+Blue) = 32+18+152=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #201298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201298 is #DFED67. Grayscale: #242424. Windows color (decimal): -14675304 or 9966112. OLE color: 9966112.

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

Color convert

RGB3218152-
CMYK0.790.8800.40
HSL246.27º78.82%33.33%-
HSV(B)246.27º88.16%59.61%-
XYZ6.483.0129.94-
YUV37.46192.64124.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.84%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 152 (59.77% from 255) = 75.25%
R=15.84%
G=8.91%
B=75.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32181520.790.8800.40246.2778.8233.33
Hex2012984F58028f64f21
Octal402223011713005036611741
Binary1000001001010011000100111110110000101000111101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201298; }

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

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

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

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

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

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

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

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