#20229B

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

Shades of Ultramarine #20229B

Tints of Ultramarine #20229B

Color information

#20229B (or 0x20229B) is unknown color: approx Ultramarine. HEX triplet: 20, 22 and 9B. RGB value is (32,34,155). Sum of RGB (Red+Green+Blue) = 32+34+155=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #20229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20229B is #DFDD64. Grayscale: #2E2E2E. Windows color (decimal): -14671205 or 10166816. OLE color: 10166816.

HSL color Cylindrical-coordinate representation of color #20229B: hue angle of 239.02º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20229B is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3234155-
CMYK0.790.7800.39
HSL239.02º65.78%36.67%-
HSV(B)239.02º79.35%60.78%-
XYZ7.083.8231.37-
YUV47.2188.84117.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 155 (60.94% from 255) = 70.14%
R=14.48%
G=15.38%
B=70.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32341550.790.7800.39239.0265.7836.67
Hex20229B4F4E027ef4225
Octal404223311711604735710245
Binary10000010001010011011100111110011100100111111011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,34,155); }

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

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

 a { background-color: rgb(32,34,155); }

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

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

 span { border-color: rgb(32,34,155); }

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