#220D9E

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

Shades of Ultramarine #220D9E

Tints of Ultramarine #220D9E

Color information

#220D9E (or 0x220D9E) is unknown color: approx Ultramarine. HEX triplet: 22, 0D and 9E. RGB value is (34,13,158). Sum of RGB (Red+Green+Blue) = 34+13+158=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #220D9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220D9E is #DDF261. Grayscale: #232323. Windows color (decimal): -14545506 or 10358050. OLE color: 10358050.

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

Color convert

RGB3413158-
CMYK0.780.9200.38
HSL248.69º84.8%33.53%-
HSV(B)248.69º91.77%61.96%-
XYZ6.983.132.58-
YUV35.81196.96126.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=16.59%
G=6.34%
B=77.07%

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
Decimal34131580.780.9200.38248.6984.833.53
Hex22D9E4E5C026f95522
Octal421523611613404637112542
Binary100010110110011110100111010111000100110111110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,13,158); }

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

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

 a { background-color: rgb(34,13,158); }

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

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

 span { border-color: rgb(34,13,158); }

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