#210985

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

Shades of Ultramarine #210985

Tints of Ultramarine #210985

Color information

#210985 (or 0x210985) is unknown color: approx Ultramarine. HEX triplet: 21, 09 and 85. RGB value is (33,9,133). Sum of RGB (Red+Green+Blue) = 33+9+133=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #210985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210985 is #DEF67A. Grayscale: #1D1D1D. Windows color (decimal): -14612091 or 8718625. OLE color: 8718625.

HSL color Cylindrical-coordinate representation of color #210985: hue angle of 251.61º 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 #210985 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB339133-
CMYK0.750.9300.48
HSL251.61º87.32%27.84%-
HSV(B)251.61º93.23%52.16%-
XYZ4.962.2122.36-
YUV30.31185.95129.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 133 (52.34% from 255) = 76%
R=18.86%
G=5.14%
B=76%

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
Decimal3391330.750.9300.48251.6187.3227.84
Hex219854B5D030fc571c
Octal411120511313506037412734
Binary10000110011000010110010111011101011000011111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210985; }

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

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

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

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

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

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

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

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