#210683

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

Shades of Ultramarine #210683

Tints of Ultramarine #210683

Color information

#210683 (or 0x210683) is unknown color: approx Ultramarine. HEX triplet: 21, 06 and 83. RGB value is (33,6,131). Sum of RGB (Red+Green+Blue) = 33+6+131=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #210683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210683 is #DEF97C. Grayscale: #1B1B1B. Windows color (decimal): -14612861 or 8586785. OLE color: 8586785.

HSL color Cylindrical-coordinate representation of color #210683: hue angle of 252.96º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210683 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB336131-
CMYK0.750.9500.49
HSL252.96º91.24%26.86%-
HSV(B)252.96º95.42%51.37%-
XYZ4.792.0921.62-
YUV28.32185.95131.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 131 (51.56% from 255) = 77.06%
R=19.41%
G=3.53%
B=77.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3361310.750.9500.49252.9691.2426.86
Hex216834B5F031fd5b1b
Octal41620311313706137513333
Binary1000011101000001110010111011111011000111111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210683; }

 p { color: rgb(33,6,131); }

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

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

 a { background-color: rgb(33,6,131); }

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

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

 span { border-color: rgb(33,6,131); }

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