#2012B1

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

Shades of Ultramarine #2012B1

Tints of Ultramarine #2012B1

Color information

#2012B1 (or 0x2012B1) is unknown color: approx Ultramarine. HEX triplet: 20, 12 and B1. RGB value is (32,18,177). Sum of RGB (Red+Green+Blue) = 32+18+177=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 177 (69.53% from 255 or 77.97% from 227); Max value from RGB is 177 - color contains mainly: blue. Hex color #2012B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2012B1 is #DFED4E. Grayscale: #272727. Windows color (decimal): -14675279 or 11604512. OLE color: 11604512.

HSL color Cylindrical-coordinate representation of color #2012B1: hue angle of 245.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2012B1 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3218177-
CMYK0.820.9000.31
HSL245.28º81.54%38.24%-
HSV(B)245.28º89.83%69.41%-
XYZ8.753.9141.89-
YUV40.31205.14122.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 177 (69.53% from 255) = 77.97%
R=14.10%
G=7.93%
B=77.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32181770.820.9000.31245.2881.5438.24
Hex2012B1525A01Ff55226
Octal402226112213203736512246
Binary100000100101011000110100101011010011111111101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2012B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2012B1; }

 p { color: rgb(32,18,177); }

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

<style>
 a { background-color: #2012B1; }

 a { background-color: rgb(32,18,177); }

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

<style>
 span { border-color: #2012B1; }

 span { border-color: rgb(32,18,177); }

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