#201489

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

Shades of Ultramarine #201489

Tints of Ultramarine #201489

Color information

#201489 (or 0x201489) is unknown color: approx Ultramarine. HEX triplet: 20, 14 and 89. RGB value is (32,20,137). Sum of RGB (Red+Green+Blue) = 32+20+137=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #201489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201489 is #DFEB76. Grayscale: #242424. Windows color (decimal): -14674807 or 8983584. OLE color: 8983584.

HSL color Cylindrical-coordinate representation of color #201489: hue angle of 246.15º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201489 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3220137-
CMYK0.770.8500.46
HSL246.15º74.52%30.78%-
HSV(B)246.15º85.4%53.73%-
XYZ5.362.6123.89-
YUV36.93184.48124.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 137 (53.91% from 255) = 72.49%
R=16.93%
G=10.58%
B=72.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32201370.770.8500.46246.1574.5230.78
Hex2014894D5502Ef64b1f
Octal402421111512505636611337
Binary100000101001000100110011011010101010111011110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201489; }

 p { color: rgb(32,20,137); }

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

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

 a { background-color: rgb(32,20,137); }

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

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

 span { border-color: rgb(32,20,137); }

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