Html Css Color HEX #2B0BB9 Ultramarine

📋 copy color: '#2B0BB9'

red 43 ◦ green 11 ◦ blue 185

#2B0BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2B0BB9

Tints of Ultramarine #2B0BB9

RGB

 RED value IS 43 (17.19% from 255) = 17.99%

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 185 (72.66% from 255) = 77.41%

R = 17.99%
G = 4.6%
B = 77.41%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B0BB9 (or 0x2B0BB9) is known color: Ultramarine. HEX triplet: 2B, 0B and B9. RGB value is (43,11,185). Sum of RGB (Red+Green+Blue) = 43+11+185=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B0BB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BB9 is #D4F446. Grayscale: #272727. Windows color (decimal): -13956167 or 12127019. OLE color: 12127019.

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

Color convert

RGB 43 11 185 -
CMYK 0.77 0.94 0 0.27
HSL 251.03º 0.89% 0.38% -
HSV(B) 251.03º 0.94% 0.73% -
XYZ 9.87 4.26 46.2 -
YUV 40.4 209.6 129.85 -
System Red Green Blue C M Y K H S L
Decimal 43 11 185 0.77 0.94 0 0.27 251.03 0.89 0.38
Hex 2B B B9 4D 5E 0 1B FB 59 26
Octal 53 13 271 115 136 0 33 373 131 46
Binary 101011 1011 10111001 1001101 1011110 0 11011 11111011 1011001 100110

Color Harmonies of #2B0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0BB9

Black with #2B0BB9

Text Example


Text Example

White with #2B0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B0BB9;
 }
 .AnyTagClassName
 {
   color: #2B0BB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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