#2B0CB9

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

Shades of Ultramarine #2B0CB9

Tints of Ultramarine #2B0CB9

Color information

#2B0CB9 (or 0x2B0CB9) is unknown color: approx Ultramarine. HEX triplet: 2B, 0C and B9. RGB value is (43,12,185). Sum of RGB (Red+Green+Blue) = 43+12+185=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B0CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CB9 is #D4F346. Grayscale: #282828. Windows color (decimal): -13955911 or 12127275. OLE color: 12127275.

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

Color convert

RGB4312185-
CMYK0.770.9400.27
HSL250.75º87.82%38.63%-
HSV(B)250.75º93.51%72.55%-
XYZ9.884.2846.2-
YUV40.99209.27129.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 185 (72.66% from 255) = 77.08%
R=17.92%
G=5%
B=77.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43121850.770.9400.27250.7587.8238.63
Hex2BCB94D5E01Bfb5827
Octal531427111513603337313047
Binary10101111001011100110011011011110011011111110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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