#2B0DB1

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

Shades of Ultramarine #2B0DB1

Tints of Ultramarine #2B0DB1

Color information

#2B0DB1 (or 0x2B0DB1) is unknown color: approx Ultramarine. HEX triplet: 2B, 0D and B1. RGB value is (43,13,177). Sum of RGB (Red+Green+Blue) = 43+13+177=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 177 (69.53% from 255 or 75.97% from 233); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B0DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0DB1 is #D4F24E. Grayscale: #282828. Windows color (decimal): -13955663 or 11603243. OLE color: 11603243.

HSL color Cylindrical-coordinate representation of color #2B0DB1: hue angle of 250.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0DB1 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4313177-
CMYK0.760.9300.31
HSL250.98º86.32%37.25%-
HSV(B)250.98º92.66%69.41%-
XYZ9.083.9841.88-
YUV40.67204.94129.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 177 (69.53% from 255) = 75.97%
R=18.45%
G=5.58%
B=75.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43131770.760.9300.31250.9886.3237.25
Hex2BDB14C5D01Ffb5625
Octal531526111413503737312645
Binary10101111011011000110011001011101011111111110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,177); }

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

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

 a { background-color: rgb(43,13,177); }

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

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

 span { border-color: rgb(43,13,177); }

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