Html Css Color HEX #2D16AB Ultramarine

📋 copy color: '#2D16AB'

red 45 ◦ green 22 ◦ blue 171

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

Shades of Ultramarine #2D16AB

Tints of Ultramarine #2D16AB

RGB

 RED value IS 45 (17.97% from 255) = 18.91%

 GREEN value IS 22 (8.98% from 255) = 9.24%

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 18.91%
G = 9.24%
B = 71.85%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D16AB (or 0x2D16AB) is known color: Ultramarine. HEX triplet: 2D, 16 and AB. RGB value is (45,22,171). Sum of RGB (Red+Green+Blue) = 45+22+171=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D16AB is #D2E954. Grayscale: #2D2D2D. Windows color (decimal): -13822293 or 11212333. OLE color: 11212333.

HSL color Cylindrical-coordinate representation of color #2D16AB: hue angle of 249.26º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D16AB is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 22 171 -
CMYK 0.74 0.87 0 0.33
HSL 249.26º 0.77% 0.38% -
HSV(B) 249.26º 0.87% 0.67% -
XYZ 8.72 4.07 38.85 -
YUV 45.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 45 22 171 0.74 0.87 0 0.33 249.26 0.77 0.38
Hex 2D 16 AB 4A 57 0 21 F9 4D 26
Octal 55 26 253 112 127 0 41 371 115 46
Binary 101101 10110 10101011 1001010 1010111 0 100001 11111001 1001101 100110

Color Harmonies of #2D16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D16AB

Black with #2D16AB

Text Example


Text Example

White with #2D16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,22,171); }

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

background-color css

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

 a { background-color: rgb(45,22,171); }

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

border-color css

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

 span { border-color: rgb(45,22,171); }

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