Html Css Color HEX #2B10AD Ultramarine

📋 copy color: '#2B10AD'

red 43 ◦ green 16 ◦ blue 173

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

Shades of Ultramarine #2B10AD

Tints of Ultramarine #2B10AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 74.57%

R = 18.53%
G = 6.9%
B = 74.57%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B10AD (or 0x2B10AD) is known color: Ultramarine. HEX triplet: 2B, 10 and AD. RGB value is (43,16,173). Sum of RGB (Red+Green+Blue) = 43+16+173=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B10AD is #D4EF52. Grayscale: #292929. Windows color (decimal): -13954899 or 11341867. OLE color: 11341867.

HSL color Cylindrical-coordinate representation of color #2B10AD: hue angle of 250.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B10AD is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 16 173 -
CMYK 0.75 0.91 0 0.32
HSL 250.32º 0.83% 0.37% -
HSV(B) 250.32º 0.91% 0.68% -
XYZ 8.72 3.9 39.83 -
YUV 41.97 201.95 128.73 -
System Red Green Blue C M Y K H S L
Decimal 43 16 173 0.75 0.91 0 0.32 250.32 0.83 0.37
Hex 2B 10 AD 4B 5B 0 20 FA 53 25
Octal 53 20 255 113 133 0 40 372 123 45
Binary 101011 10000 10101101 1001011 1011011 0 100000 11111010 1010011 100101

Color Harmonies of #2B10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B10AD

Black with #2B10AD

Text Example


Text Example

White with #2B10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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