#220FB7

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

Shades of Ultramarine #220FB7

Tints of Ultramarine #220FB7

Color information

#220FB7 (or 0x220FB7) is unknown color: approx Ultramarine. HEX triplet: 22, 0F and B7. RGB value is (34,15,183). Sum of RGB (Red+Green+Blue) = 34+15+183=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #220FB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FB7 is #DDF048. Grayscale: #272727. Windows color (decimal): -14544969 or 11996962. OLE color: 11996962.

HSL color Cylindrical-coordinate representation of color #220FB7: hue angle of 246.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FB7 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3415183-
CMYK0.810.9200.28
HSL246.79º84.85%38.82%-
HSV(B)246.79º91.8%71.76%-
XYZ9.384.145.1-
YUV39.83208.79123.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 183 (71.88% from 255) = 78.88%
R=14.66%
G=6.47%
B=78.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34151830.810.9200.28246.7984.8538.82
Hex22FB7515C01Cf75527
Octal421726712113403436712547
Binary10001011111011011110100011011100011100111101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,15,183); }

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

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

 a { background-color: rgb(34,15,183); }

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

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

 span { border-color: rgb(34,15,183); }

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