Html Css Color HEX #2B10AA Ultramarine

📋 copy color: '#2B10AA'

red 43 ◦ green 16 ◦ blue 170

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

Shades of Ultramarine #2B10AA

Tints of Ultramarine #2B10AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 18.78%
G = 6.99%
B = 74.24%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B10AA (or 0x2B10AA) is known color: Ultramarine. HEX triplet: 2B, 10 and AA. RGB value is (43,16,170). Sum of RGB (Red+Green+Blue) = 43+16+170=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B10AA is #D4EF55. Grayscale: #292929. Windows color (decimal): -13954902 or 11145259. OLE color: 11145259.

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

Color convert

RGB 43 16 170 -
CMYK 0.75 0.91 0 0.33
HSL 250.52º 0.83% 0.36% -
HSV(B) 250.52º 0.91% 0.67% -
XYZ 8.44 3.79 38.32 -
YUV 41.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 43 16 170 0.75 0.91 0 0.33 250.52 0.83 0.36
Hex 2B 10 AA 4B 5B 0 21 FB 53 24
Octal 53 20 252 113 133 0 41 373 123 44
Binary 101011 10000 10101010 1001011 1011011 0 100001 11111011 1010011 100100

Color Harmonies of #2B10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B10AA

Black with #2B10AA

Text Example


Text Example

White with #2B10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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