#201692

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

Shades of Ultramarine #201692

Tints of Ultramarine #201692

Color information

#201692 (or 0x201692) is unknown color: approx Ultramarine. HEX triplet: 20, 16 and 92. RGB value is (32,22,146). Sum of RGB (Red+Green+Blue) = 32+22+146=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #201692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201692 is #DFE96D. Grayscale: #262626. Windows color (decimal): -14674286 or 9573920. OLE color: 9573920.

HSL color Cylindrical-coordinate representation of color #201692: hue angle of 244.84º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201692 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3222146-
CMYK0.780.8500.43
HSL244.84º73.81%32.94%-
HSV(B)244.84º84.93%57.25%-
XYZ6.072.9627.44-
YUV39.13188.31122.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 146 (57.42% from 255) = 73%
R=16%
G=11%
B=73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32221460.780.8500.43244.8473.8132.94
Hex2016924E5502Bf54a21
Octal402622211612505336511241
Binary1000001011010010010100111010101010101011111101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201692; }

 p { color: rgb(32,22,146); }

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

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

 a { background-color: rgb(32,22,146); }

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

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

 span { border-color: rgb(32,22,146); }

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