Html Css Color HEX #2B0DAD Ultramarine

📋 copy color: '#2B0DAD'

red 43 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #2B0DAD

Tints of Ultramarine #2B0DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.68%

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

R = 18.78%
G = 5.68%
B = 75.55%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B0DAD (or 0x2B0DAD) is known color: Ultramarine. HEX triplet: 2B, 0D and AD. RGB value is (43,13,173). Sum of RGB (Red+Green+Blue) = 43+13+173=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0DAD is #D4F252. Grayscale: #272727. Windows color (decimal): -13955667 or 11341099. OLE color: 11341099.

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

Color convert

RGB 43 13 173 -
CMYK 0.75 0.92 0 0.32
HSL 251.25º 0.86% 0.36% -
HSV(B) 251.25º 0.92% 0.68% -
XYZ 8.68 3.82 39.81 -
YUV 40.21 202.94 129.99 -
System Red Green Blue C M Y K H S L
Decimal 43 13 173 0.75 0.92 0 0.32 251.25 0.86 0.36
Hex 2B D AD 4B 5C 0 20 FB 56 24
Octal 53 15 255 113 134 0 40 373 126 44
Binary 101011 1101 10101101 1001011 1011100 0 100000 11111011 1010110 100100

Color Harmonies of #2B0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0DAD

Black with #2B0DAD

Text Example


Text Example

White with #2B0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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