#22078B

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

Shades of Ultramarine #22078B

Tints of Ultramarine #22078B

Color information

#22078B (or 0x22078B) is unknown color: approx Ultramarine. HEX triplet: 22, 07 and 8B. RGB value is (34,7,139). Sum of RGB (Red+Green+Blue) = 34+7+139=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #22078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22078B is #DDF874. Grayscale: #1D1D1D. Windows color (decimal): -14547061 or 9111330. OLE color: 9111330.

HSL color Cylindrical-coordinate representation of color #22078B: hue angle of 252.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22078B is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB347139-
CMYK0.760.9500.45
HSL252.27º90.41%28.63%-
HSV(B)252.27º94.96%54.51%-
XYZ5.42.3624.6-
YUV30.12189.45130.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 139 (54.69% from 255) = 77.22%
R=18.89%
G=3.89%
B=77.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3471390.760.9500.45252.2790.4128.63
Hex2278B4C5F02Dfc5a1d
Octal42721311413705537413235
Binary1000101111000101110011001011111010110111111100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22078B; }

 p { color: rgb(34,7,139); }

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

<style>
 a { background-color: #22078B; }

 a { background-color: rgb(34,7,139); }

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

<style>
 span { border-color: #22078B; }

 span { border-color: rgb(34,7,139); }

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