#210095

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

Shades of Ultramarine #210095

Tints of Ultramarine #210095

Color information

#210095 (or 0x210095) is unknown color: approx Ultramarine. HEX triplet: 21, 00 and 95. RGB value is (33,0,149). Sum of RGB (Red+Green+Blue) = 33+0+149=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #210095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210095 is #DEFF6A. Grayscale: #1A1A1A. Windows color (decimal): -14614379 or 9764897. OLE color: 9764897.

HSL color Cylindrical-coordinate representation of color #210095: hue angle of 253.29º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210095 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB330149-
CMYK0.78100.42
HSL253.29º100%29.22%-
HSV(B)253.29º100%58.43%-
XYZ6.052.4928.6-
YUV26.85196.93132.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 81.87%
R=18.13%
G=0%
B=81.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3301490.78100.42253.2910029.22
Hex210954E6402Afd641d
Octal41022511614405237514435
Binary10000101001010110011101100100010101011111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210095; }

 p { color: rgb(33,0,149); }

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

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

 a { background-color: rgb(33,0,149); }

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

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

 span { border-color: rgb(33,0,149); }

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