#20068B

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

Shades of Ultramarine #20068B

Tints of Ultramarine #20068B

Color information

#20068B (or 0x20068B) is unknown color: approx Ultramarine. HEX triplet: 20, 06 and 8B. RGB value is (32,6,139). Sum of RGB (Red+Green+Blue) = 32+6+139=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #20068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20068B is #DFF974. Grayscale: #1C1C1C. Windows color (decimal): -14678389 or 9111072. OLE color: 9111072.

HSL color Cylindrical-coordinate representation of color #20068B: hue angle of 251.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20068B is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB326139-
CMYK0.770.9600.45
HSL251.73º91.72%28.43%-
HSV(B)251.73º95.68%54.51%-
XYZ5.322.324.59-
YUV28.94190.11130.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 139 (54.69% from 255) = 78.53%
R=18.08%
G=3.39%
B=78.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3261390.770.9600.45251.7391.7228.43
Hex2068B4D6002Dfc5c1c
Octal40621311514005537413434
Binary1000001101000101110011011100000010110111111100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,6,139); }

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

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

 a { background-color: rgb(32,6,139); }

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

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

 span { border-color: rgb(32,6,139); }

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