#210794

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

Shades of Ultramarine #210794

Tints of Ultramarine #210794

Color information

#210794 (or 0x210794) is unknown color: approx Ultramarine. HEX triplet: 21, 07 and 94. RGB value is (33,7,148). Sum of RGB (Red+Green+Blue) = 33+7+148=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #210794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210794 is #DEF86B. Grayscale: #1E1E1E. Windows color (decimal): -14612588 or 9701153. OLE color: 9701153.

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

Color convert

RGB337148-
CMYK0.780.9500.42
HSL251.06º90.97%30.39%-
HSV(B)251.06º95.27%58.04%-
XYZ6.052.6128.2-
YUV30.85194.11129.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 148 (58.20% from 255) = 78.72%
R=17.55%
G=3.72%
B=78.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3371480.780.9500.42251.0690.9730.39
Hex217944E5F02Afb5b1e
Octal41722411613705237313336
Binary1000011111001010010011101011111010101011111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210794; }

 p { color: rgb(33,7,148); }

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

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

 a { background-color: rgb(33,7,148); }

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

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

 span { border-color: rgb(33,7,148); }

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