Html Css Color HEX #2B06AD Ultramarine

📋 copy color: '#2B06AD'

red 43 ◦ green 6 ◦ blue 173

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

Shades of Ultramarine #2B06AD

Tints of Ultramarine #2B06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 19.37%
G = 2.7%
B = 77.93%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B06AD (or 0x2B06AD) is known color: Ultramarine. HEX triplet: 2B, 06 and AD. RGB value is (43,6,173). Sum of RGB (Red+Green+Blue) = 43+6+173=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B06AD is #D4F952. Grayscale: #232323. Windows color (decimal): -13957459 or 11339307. OLE color: 11339307.

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

Color convert

RGB 43 6 173 -
CMYK 0.75 0.97 0 0.32
HSL 253.29º 0.93% 0.35% -
HSV(B) 253.29º 0.97% 0.68% -
XYZ 8.6 3.66 39.79 -
YUV 36.1 205.26 132.92 -
System Red Green Blue C M Y K H S L
Decimal 43 6 173 0.75 0.97 0 0.32 253.29 0.93 0.35
Hex 2B 6 AD 4B 61 0 20 FD 5D 23
Octal 53 6 255 113 141 0 40 375 135 43
Binary 101011 110 10101101 1001011 1100001 0 100000 11111101 1011101 100011

Color Harmonies of #2B06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B06AD

Black with #2B06AD

Text Example


Text Example

White with #2B06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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