#210885

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

Shades of Ultramarine #210885

Tints of Ultramarine #210885

Color information

#210885 (or 0x210885) is unknown color: approx Ultramarine. HEX triplet: 21, 08 and 85. RGB value is (33,8,133). Sum of RGB (Red+Green+Blue) = 33+8+133=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #210885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210885 is #DEF77A. Grayscale: #1D1D1D. Windows color (decimal): -14612347 or 8718369. OLE color: 8718369.

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

Color convert

RGB338133-
CMYK0.750.9400.48
HSL252º88.65%27.65%-
HSV(B)252º93.98%52.16%-
XYZ4.952.1922.35-
YUV29.72186.28130.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 133 (52.34% from 255) = 76.44%
R=18.97%
G=4.60%
B=76.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3381330.750.9400.4825288.6527.65
Hex218854B5E030fc591c
Octal411020511313606037413134
Binary10000110001000010110010111011110011000011111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210885; }

 p { color: rgb(33,8,133); }

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

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

 a { background-color: rgb(33,8,133); }

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

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

 span { border-color: rgb(33,8,133); }

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