#20018B

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

Shades of Ultramarine #20018B

Tints of Ultramarine #20018B

Color information

#20018B (or 0x20018B) is unknown color: approx Ultramarine. HEX triplet: 20, 01 and 8B. RGB value is (32,1,139). Sum of RGB (Red+Green+Blue) = 32+1+139=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #20018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20018B is #DFFE74. Grayscale: #191919. Windows color (decimal): -14679669 or 9109792. OLE color: 9109792.

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

Color convert

RGB321139-
CMYK0.770.9900.45
HSL253.48º98.57%27.45%-
HSV(B)253.48º99.28%54.51%-
XYZ5.272.1924.57-
YUV26191.77132.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 139 (54.69% from 255) = 80.81%
R=18.60%
G=0.58%
B=80.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3211390.770.9900.45253.4898.5727.45
Hex2018B4D6302Dfd631b
Octal40121311514305537514333
Binary10000011000101110011011100011010110111111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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