#2B0CB1

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

Shades of Ultramarine #2B0CB1

Tints of Ultramarine #2B0CB1

Color information

#2B0CB1 (or 0x2B0CB1) is unknown color: approx Ultramarine. HEX triplet: 2B, 0C and B1. RGB value is (43,12,177). Sum of RGB (Red+Green+Blue) = 43+12+177=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 177 (69.53% from 255 or 76.29% from 232); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B0CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0CB1 is #D4F34E. Grayscale: #272727. Windows color (decimal): -13955919 or 11602987. OLE color: 11602987.

HSL color Cylindrical-coordinate representation of color #2B0CB1: hue angle of 251.27º degrees, saturation: 0.87, 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 #2B0CB1 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4312177-
CMYK0.760.9300.31
HSL251.27º87.3%37.06%-
HSV(B)251.27º93.22%69.41%-
XYZ9.063.9541.88-
YUV40.08205.27130.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 177 (69.53% from 255) = 76.29%
R=18.53%
G=5.17%
B=76.29%

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
Decimal43121770.760.9300.31251.2787.337.06
Hex2BCB14C5D01Ffb5725
Octal531426111413503737312745
Binary10101111001011000110011001011101011111111110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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