Html Css Color HEX #2B109D Ultramarine

📋 copy color: '#2B109D'

red 43 ◦ green 16 ◦ blue 157

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

Shades of Ultramarine #2B109D

Tints of Ultramarine #2B109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 19.91%
G = 7.41%
B = 72.69%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B109D (or 0x2B109D) is known color: Ultramarine. HEX triplet: 2B, 10 and 9D. RGB value is (43,16,157). Sum of RGB (Red+Green+Blue) = 43+16+157=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B109D is #D4EF62. Grayscale: #272727. Windows color (decimal): -13954915 or 10293291. OLE color: 10293291.

HSL color Cylindrical-coordinate representation of color #2B109D: hue angle of 251.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B109D is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 16 157 -
CMYK 0.73 0.90 0 0.38
HSL 251.49º 0.82% 0.34% -
HSV(B) 251.49º 0.9% 0.62% -
XYZ 7.27 3.32 32.16 -
YUV 40.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 43 16 157 0.73 0.90 0 0.38 251.49 0.82 0.34
Hex 2B 10 9D 49 5A 0 26 FB 52 22
Octal 53 20 235 111 132 0 46 373 122 42
Binary 101011 10000 10011101 1001001 1011010 0 100110 11111011 1010010 100010

Color Harmonies of #2B109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B109D

Black with #2B109D

Text Example


Text Example

White with #2B109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,16,157); }

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

background-color css

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

 a { background-color: rgb(43,16,157); }

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

border-color css

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

 span { border-color: rgb(43,16,157); }

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