#2B0FB9

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

Shades of Ultramarine #2B0FB9

Tints of Ultramarine #2B0FB9

Color information

#2B0FB9 (or 0x2B0FB9) is unknown color: approx Ultramarine. HEX triplet: 2B, 0F and B9. RGB value is (43,15,185). Sum of RGB (Red+Green+Blue) = 43+15+185=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 185 (72.66% from 255 or 76.13% from 243); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B0FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FB9 is #D4F046. Grayscale: #2A2A2A. Windows color (decimal): -13955143 or 12128043. OLE color: 12128043.

HSL color Cylindrical-coordinate representation of color #2B0FB9: hue angle of 249.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0FB9 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4315185-
CMYK0.770.9200.27
HSL249.88º85%39.22%-
HSV(B)249.88º91.89%72.55%-
XYZ9.924.3646.22-
YUV42.75208.28128.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 185 (72.66% from 255) = 76.13%
R=17.70%
G=6.17%
B=76.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43151850.770.9200.27249.888539.22
Hex2BFB94D5C01Bfa5527
Octal531727111513403337212547
Binary10101111111011100110011011011100011011111110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B0FB9; }

 p { color: rgb(43,15,185); }

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

<style>
 a { background-color: #2B0FB9; }

 a { background-color: rgb(43,15,185); }

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

<style>
 span { border-color: #2B0FB9; }

 span { border-color: rgb(43,15,185); }

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