#221085

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

Shades of Ultramarine #221085

Tints of Ultramarine #221085

Color information

#221085 (or 0x221085) is unknown color: approx Ultramarine. HEX triplet: 22, 10 and 85. RGB value is (34,16,133). Sum of RGB (Red+Green+Blue) = 34+16+133=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #221085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221085 is #DDEF7A. Grayscale: #222222. Windows color (decimal): -14544763 or 8720418. OLE color: 8720418.

HSL color Cylindrical-coordinate representation of color #221085: hue angle of 249.23º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221085 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3416133-
CMYK0.740.8800.48
HSL249.23º78.52%29.22%-
HSV(B)249.23º87.97%52.16%-
XYZ5.082.422.39-
YUV34.72183.46127.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=18.58%
G=8.74%
B=72.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34161330.740.8800.48249.2378.5229.22
Hex2210854A58030f94f1d
Octal422020511213006037111735
Binary100010100001000010110010101011000011000011111001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221085; }

 p { color: rgb(34,16,133); }

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

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

 a { background-color: rgb(34,16,133); }

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

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

 span { border-color: rgb(34,16,133); }

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