#211795

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

Shades of Ultramarine #211795

Tints of Ultramarine #211795

Color information

#211795 (or 0x211795) is unknown color: approx Ultramarine. HEX triplet: 21, 17 and 95. RGB value is (33,23,149). Sum of RGB (Red+Green+Blue) = 33+23+149=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #211795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211795 is #DEE86A. Grayscale: #272727. Windows color (decimal): -14608491 or 9770785. OLE color: 9770785.

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

Color convert

RGB3323149-
CMYK0.780.8500.42
HSL244.76º73.26%33.73%-
HSV(B)244.76º84.56%58.43%-
XYZ6.363.1128.7-
YUV40.35189.31122.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=16.10%
G=11.22%
B=72.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33231490.780.8500.42244.7673.2633.73
Hex2117954E5502Af54922
Octal412722511612505236511142
Binary1000011011110010101100111010101010101010111101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211795; }

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

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

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

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

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

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

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

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