#220DA4

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

Shades of Ultramarine #220DA4

Tints of Ultramarine #220DA4

Color information

#220DA4 (or 0x220DA4) is unknown color: approx Ultramarine. HEX triplet: 22, 0D and A4. RGB value is (34,13,164). Sum of RGB (Red+Green+Blue) = 34+13+164=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #220DA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220DA4 is #DDF25B. Grayscale: #232323. Windows color (decimal): -14545500 or 10751266. OLE color: 10751266.

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

Color convert

RGB3413164-
CMYK0.790.9200.36
HSL248.34º85.31%34.71%-
HSV(B)248.34º92.07%64.31%-
XYZ7.53.3135.36-
YUV36.49199.96126.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 164 (64.45% from 255) = 77.73%
R=16.11%
G=6.16%
B=77.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34131640.790.9200.36248.3485.3134.71
Hex22DA44F5C024f85523
Octal421524411713404437012543
Binary100010110110100100100111110111000100100111110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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