Html Css Color HEX #2B0FB6 Ultramarine

📋 copy color: '#2B0FB6'

red 43 ◦ green 15 ◦ blue 182

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

Shades of Ultramarine #2B0FB6

Tints of Ultramarine #2B0FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

 BLUE value IS 182 (71.48% from 255) = 75.83%

R = 17.92%
G = 6.25%
B = 75.83%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B0FB6 (or 0x2B0FB6) is known color: Ultramarine. HEX triplet: 2B, 0F and B6. RGB value is (43,15,182). Sum of RGB (Red+Green+Blue) = 43+15+182=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 182 (71.48% from 255 or 75.83% from 240); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FB6 is #D4F049. Grayscale: #292929. Windows color (decimal): -13955146 or 11931435. OLE color: 11931435.

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

Color convert

RGB 43 15 182 -
CMYK 0.76 0.92 0 0.29
HSL 250.06º 0.85% 0.39% -
HSV(B) 250.06º 0.92% 0.71% -
XYZ 9.61 4.23 44.57 -
YUV 42.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 43 15 182 0.76 0.92 0 0.29 250.06 0.85 0.39
Hex 2B F B6 4C 5C 0 1D FA 55 27
Octal 53 17 266 114 134 0 35 372 125 47
Binary 101011 1111 10110110 1001100 1011100 0 11101 11111010 1010101 100111

Color Harmonies of #2B0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0FB6

Black with #2B0FB6

Text Example


Text Example

White with #2B0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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