Html Css Color HEX #2B0599 Ultramarine

📋 copy color: '#2B0599'

red 43 ◦ green 5 ◦ blue 153

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

Shades of Ultramarine #2B0599

Tints of Ultramarine #2B0599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 21.39%
G = 2.49%
B = 76.12%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B0599 (or 0x2B0599) is known color: Ultramarine. HEX triplet: 2B, 05 and 99. RGB value is (43,5,153). Sum of RGB (Red+Green+Blue) = 43+5+153=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0599 is #D4FA66. Grayscale: #202020. Windows color (decimal): -13957735 or 10028331. OLE color: 10028331.

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

Color convert

RGB 43 5 153 -
CMYK 0.72 0.97 0 0.4
HSL 255.41º 0.94% 0.31% -
HSV(B) 255.41º 0.97% 0.6% -
XYZ 6.8 2.92 30.34 -
YUV 33.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 43 5 153 0.72 0.97 0 0.4 255.41 0.94 0.31
Hex 2B 5 99 48 61 0 28 FF 5E 1F
Octal 53 5 231 110 141 0 50 377 136 37
Binary 101011 101 10011001 1001000 1100001 0 101000 11111111 1011110 11111

Color Harmonies of #2B0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0599

Black with #2B0599

Text Example


Text Example

White with #2B0599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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