#220C85

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

Shades of Ultramarine #220C85

Tints of Ultramarine #220C85

Color information

#220C85 (or 0x220C85) is unknown color: approx Ultramarine. HEX triplet: 22, 0C and 85. RGB value is (34,12,133). Sum of RGB (Red+Green+Blue) = 34+12+133=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #220C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220C85 is #DDF37A. Grayscale: #1F1F1F. Windows color (decimal): -14545787 or 8719394. OLE color: 8719394.

HSL color Cylindrical-coordinate representation of color #220C85: hue angle of 250.91º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220C85 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3412133-
CMYK0.740.9100.48
HSL250.91º83.45%28.43%-
HSV(B)250.91º90.98%52.16%-
XYZ5.022.322.37-
YUV32.37184.79129.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 12 (5.08% from 255) = 6.70%
BLUE value IS 133 (52.34% from 255) = 74.30%
R=18.99%
G=6.70%
B=74.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34121330.740.9100.48250.9183.4528.43
Hex22C854A5B030fb531c
Octal421420511213306037312334
Binary10001011001000010110010101011011011000011111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220C85; }

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

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

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

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

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

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

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

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