#220DA0

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

Shades of Ultramarine #220DA0

Tints of Ultramarine #220DA0

Color information

#220DA0 (or 0x220DA0) is unknown color: approx Ultramarine. HEX triplet: 22, 0D and A0. RGB value is (34,13,160). Sum of RGB (Red+Green+Blue) = 34+13+160=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #220DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220DA0 is #DDF25F. Grayscale: #232323. Windows color (decimal): -14545504 or 10489122. OLE color: 10489122.

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

Color convert

RGB3413160-
CMYK0.790.9200.37
HSL248.57º84.97%33.92%-
HSV(B)248.57º91.87%62.75%-
XYZ7.153.1733.49-
YUV36.04197.96126.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 160 (62.89% from 255) = 77.29%
R=16.43%
G=6.28%
B=77.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34131600.790.9200.37248.5784.9733.92
Hex22DA04F5C025f95522
Octal421524011713404537112542
Binary100010110110100000100111110111000100101111110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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