Html Css Color HEX #2B0199 Ultramarine

📋 copy color: '#2B0199'

red 43 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #2B0199

Tints of Ultramarine #2B0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 153 (60.16% from 255) = 77.66%

R = 21.83%
G = 0.51%
B = 77.66%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B0199 (or 0x2B0199) is known color: Ultramarine. HEX triplet: 2B, 01 and 99. RGB value is (43,1,153). Sum of RGB (Red+Green+Blue) = 43+1+153=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0199 is #D4FE66. Grayscale: #1E1E1E. Windows color (decimal): -13958759 or 10027307. OLE color: 10027307.

HSL color Cylindrical-coordinate representation of color #2B0199: hue angle of 256.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0199 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 1 153 -
CMYK 0.72 0.99 0 0.4
HSL 256.58º 0.99% 0.3% -
HSV(B) 256.58º 0.99% 0.6% -
XYZ 6.76 2.84 30.33 -
YUV 30.89 196.91 136.64 -
System Red Green Blue C M Y K H S L
Decimal 43 1 153 0.72 0.99 0 0.4 256.58 0.99 0.3
Hex 2B 1 99 48 63 0 28 101 63 1E
Octal 53 1 231 110 143 0 50 401 143 36
Binary 101011 1 10011001 1001000 1100011 0 101000 100000001 1100011 11110

Color Harmonies of #2B0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0199

Black with #2B0199

Text Example


Text Example

White with #2B0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,1,153); }

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

background-color css

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

 a { background-color: rgb(43,1,153); }

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

border-color css

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

 span { border-color: rgb(43,1,153); }

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