#210984

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

Shades of Ultramarine #210984

Tints of Ultramarine #210984

Color information

#210984 (or 0x210984) is unknown color: approx Ultramarine. HEX triplet: 21, 09 and 84. RGB value is (33,9,132). Sum of RGB (Red+Green+Blue) = 33+9+132=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #210984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210984 is #DEF67B. Grayscale: #1D1D1D. Windows color (decimal): -14612092 or 8653089. OLE color: 8653089.

HSL color Cylindrical-coordinate representation of color #210984: hue angle of 251.71º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210984 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB339132-
CMYK0.750.9300.48
HSL251.71º87.23%27.65%-
HSV(B)251.71º93.18%51.76%-
XYZ4.892.1821.99-
YUV30.2185.45130-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 132 (51.95% from 255) = 75.86%
R=18.97%
G=5.17%
B=75.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3391320.750.9300.48251.7187.2327.65
Hex219844B5D030fc571c
Octal411120411313506037412734
Binary10000110011000010010010111011101011000011111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210984; }

 p { color: rgb(33,9,132); }

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

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

 a { background-color: rgb(33,9,132); }

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

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

 span { border-color: rgb(33,9,132); }

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