#20268D

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

Shades of Ultramarine #20268D

Tints of Ultramarine #20268D

Color information

#20268D (or 0x20268D) is unknown color: approx Ultramarine. HEX triplet: 20, 26 and 8D. RGB value is (32,38,141). Sum of RGB (Red+Green+Blue) = 32+38+141=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #20268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20268D is #DFD972. Grayscale: #2F2F2F. Windows color (decimal): -14670195 or 9250336. OLE color: 9250336.

HSL color Cylindrical-coordinate representation of color #20268D: hue angle of 236.7º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20268D is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3238141-
CMYK0.770.7300.45
HSL236.7º63.01%33.92%-
HSV(B)236.7º77.3%55.29%-
XYZ6.13.6225.58-
YUV47.95180.51116.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=15.17%
G=18.01%
B=66.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32381410.770.7300.45236.763.0133.92
Hex20268D4D4902Ded3f22
Octal40462151151110553557742
Binary1000001001101000110110011011001001010110111101101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20268D; }

 p { color: rgb(32,38,141); }

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

<style>
 a { background-color: #20268D; }

 a { background-color: rgb(32,38,141); }

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

<style>
 span { border-color: #20268D; }

 span { border-color: rgb(32,38,141); }

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