Html Css Color HEX #2B079B Ultramarine

📋 copy color: '#2B079B'

red 43 ◦ green 7 ◦ blue 155

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

Shades of Ultramarine #2B079B

Tints of Ultramarine #2B079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 155 (60.94% from 255) = 75.61%

R = 20.98%
G = 3.41%
B = 75.61%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B079B (or 0x2B079B) is known color: Ultramarine. HEX triplet: 2B, 07 and 9B. RGB value is (43,7,155). Sum of RGB (Red+Green+Blue) = 43+7+155=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B079B is #D4F864. Grayscale: #222222. Windows color (decimal): -13957221 or 10159915. OLE color: 10159915.

HSL color Cylindrical-coordinate representation of color #2B079B: hue angle of 254.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B079B is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 7 155 -
CMYK 0.72 0.95 0 0.39
HSL 254.59º 0.91% 0.32% -
HSV(B) 254.59º 0.95% 0.61% -
XYZ 6.99 3.03 31.23 -
YUV 34.64 195.93 133.97 -
System Red Green Blue C M Y K H S L
Decimal 43 7 155 0.72 0.95 0 0.39 254.59 0.91 0.32
Hex 2B 7 9B 48 5F 0 27 FF 5B 20
Octal 53 7 233 110 137 0 47 377 133 40
Binary 101011 111 10011011 1001000 1011111 0 100111 11111111 1011011 100000

Color Harmonies of #2B079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B079B

Black with #2B079B

Text Example


Text Example

White with #2B079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,7,155); }

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

background-color css

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

 a { background-color: rgb(43,7,155); }

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

border-color css

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

 span { border-color: rgb(43,7,155); }

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