#22068E

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

Shades of Ultramarine #22068E

Tints of Ultramarine #22068E

Color information

#22068E (or 0x22068E) is unknown color: approx Ultramarine. HEX triplet: 22, 06 and 8E. RGB value is (34,6,142). Sum of RGB (Red+Green+Blue) = 34+6+142=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 142 (55.86% from 255 or 78.02% from 182); Max value from RGB is 142 - color contains mainly: blue. Hex color #22068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22068E is #DDF971. Grayscale: #1D1D1D. Windows color (decimal): -14547314 or 9307682. OLE color: 9307682.

HSL color Cylindrical-coordinate representation of color #22068E: hue angle of 252.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22068E is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB346142-
CMYK0.760.9600.44
HSL252.35º91.89%29.02%-
HSV(B)252.35º95.77%55.69%-
XYZ5.612.4225.76-
YUV29.88191.28130.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 142 (55.86% from 255) = 78.02%
R=18.68%
G=3.30%
B=78.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3461420.760.9600.44252.3591.8929.02
Hex2268E4C6002Cfc5c1d
Octal42621611414005437413435
Binary1000101101000111010011001100000010110011111100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22068E; }

 p { color: rgb(34,6,142); }

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

<style>
 a { background-color: #22068E; }

 a { background-color: rgb(34,6,142); }

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

<style>
 span { border-color: #22068E; }

 span { border-color: rgb(34,6,142); }

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