#220CA1

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

Shades of Ultramarine #220CA1

Tints of Ultramarine #220CA1

Color information

#220CA1 (or 0x220CA1) is unknown color: approx Ultramarine. HEX triplet: 22, 0C and A1. RGB value is (34,12,161). Sum of RGB (Red+Green+Blue) = 34+12+161=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 161 (63.28% from 255 or 77.78% from 207); Max value from RGB is 161 - color contains mainly: blue. Hex color #220CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220CA1 is #DDF35E. Grayscale: #222222. Windows color (decimal): -14545759 or 10554402. OLE color: 10554402.

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

Color convert

RGB3412161-
CMYK0.790.9300.37
HSL248.86º86.13%33.92%-
HSV(B)248.86º92.55%63.14%-
XYZ7.223.1833.95-
YUV35.56198.79126.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 161 (63.28% from 255) = 77.78%
R=16.43%
G=5.80%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34121610.790.9300.37248.8686.1333.92
Hex22CA14F5D025f95622
Octal421424111713504537112642
Binary100010110010100001100111110111010100101111110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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