Html Css Color HEX #2B0FB4 Ultramarine

📋 copy color: '#2B0FB4'

red 43 ◦ green 15 ◦ blue 180

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

Shades of Ultramarine #2B0FB4

Tints of Ultramarine #2B0FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 75.63%

R = 18.07%
G = 6.3%
B = 75.63%

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

#2B0FB4 (or 0x2B0FB4) is known color: Ultramarine. HEX triplet: 2B, 0F and B4. RGB value is (43,15,180). Sum of RGB (Red+Green+Blue) = 43+15+180=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 180 (70.70% from 255 or 75.63% from 238); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B0FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FB4 is #D4F04B. Grayscale: #292929. Windows color (decimal): -13955148 or 11800363. OLE color: 11800363.

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

Color convert

RGB 43 15 180 -
CMYK 0.76 0.92 0 0.29
HSL 250.18º 0.85% 0.38% -
HSV(B) 250.18º 0.92% 0.71% -
XYZ 9.41 4.15 43.49 -
YUV 42.18 205.78 128.58 -
System Red Green Blue C M Y K H S L
Decimal 43 15 180 0.76 0.92 0 0.29 250.18 0.85 0.38
Hex 2B F B4 4C 5C 0 1D FA 55 26
Octal 53 17 264 114 134 0 35 372 125 46
Binary 101011 1111 10110100 1001100 1011100 0 11101 11111010 1010101 100110

Color Harmonies of #2B0FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0FB4

Black with #2B0FB4

Text Example


Text Example

White with #2B0FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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