#210988

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

Shades of Ultramarine #210988

Tints of Ultramarine #210988

Color information

#210988 (or 0x210988) is unknown color: approx Ultramarine. HEX triplet: 21, 09 and 88. RGB value is (33,9,136). Sum of RGB (Red+Green+Blue) = 33+9+136=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #210988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210988 is #DEF677. Grayscale: #1E1E1E. Windows color (decimal): -14612088 or 8915233. OLE color: 8915233.

HSL color Cylindrical-coordinate representation of color #210988: hue angle of 251.34º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210988 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB339136-
CMYK0.760.9300.47
HSL251.34º87.59%28.43%-
HSV(B)251.34º93.38%53.33%-
XYZ5.172.323.46-
YUV30.65187.45129.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 136 (53.52% from 255) = 76.40%
R=18.54%
G=5.06%
B=76.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3391360.760.9300.47251.3487.5928.43
Hex219884C5D02Ffb581c
Octal411121011413505737313034
Binary10000110011000100010011001011101010111111111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210988; }

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

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

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

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

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

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

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

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