#2112B7

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

Shades of Ultramarine #2112B7

Tints of Ultramarine #2112B7

Color information

#2112B7 (or 0x2112B7) is unknown color: approx Ultramarine. HEX triplet: 21, 12 and B7. RGB value is (33,18,183). Sum of RGB (Red+Green+Blue) = 33+18+183=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #2112B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2112B7 is #DEED48. Grayscale: #282828. Windows color (decimal): -14609737 or 11997729. OLE color: 11997729.

HSL color Cylindrical-coordinate representation of color #2112B7: hue angle of 245.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2112B7 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3318183-
CMYK0.820.9000.28
HSL245.45º82.09%39.41%-
HSV(B)245.45º90.16%71.76%-
XYZ9.394.1745.11-
YUV41.3207.97122.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 183 (71.88% from 255) = 78.21%
R=14.10%
G=7.69%
B=78.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33181830.820.9000.28245.4582.0939.41
Hex2112B7525A01Cf55227
Octal412226712213203436512247
Binary100001100101011011110100101011010011100111101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2112B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2112B7; }

 p { color: rgb(33,18,183); }

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

<style>
 a { background-color: #2112B7; }

 a { background-color: rgb(33,18,183); }

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

<style>
 span { border-color: #2112B7; }

 span { border-color: rgb(33,18,183); }

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