#220C9D

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

Shades of Ultramarine #220C9D

Tints of Ultramarine #220C9D

Color information

#220C9D (or 0x220C9D) is unknown color: approx Ultramarine. HEX triplet: 22, 0C and 9D. RGB value is (34,12,157). Sum of RGB (Red+Green+Blue) = 34+12+157=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #220C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220C9D is #DDF362. Grayscale: #222222. Windows color (decimal): -14545763 or 10292258. OLE color: 10292258.

HSL color Cylindrical-coordinate representation of color #220C9D: hue angle of 249.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220C9D is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3412157-
CMYK0.780.9200.38
HSL249.1º85.8%33.14%-
HSV(B)249.1º92.36%61.57%-
XYZ6.883.0432.12-
YUV35.11196.79127.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 157 (61.72% from 255) = 77.34%
R=16.75%
G=5.91%
B=77.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34121570.780.9200.38249.185.833.14
Hex22C9D4E5C026f95621
Octal421423511613404637112641
Binary100010110010011101100111010111000100110111110011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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