Html Css Color HEX #2003AD Ultramarine

📋 copy color: '#2003AD'

red 32 ◦ green 3 ◦ blue 173

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

Shades of Ultramarine #2003AD

Tints of Ultramarine #2003AD

RGB

 RED value IS 32 (12.89% from 255) = 15.38%

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 15.38%
G = 1.44%
B = 83.17%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2003AD (or 0x2003AD) is known color: Ultramarine. HEX triplet: 20, 03 and AD. RGB value is (32,3,173). Sum of RGB (Red+Green+Blue) = 32+3+173=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #2003AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2003AD is #DFFC52. Grayscale: #1E1E1E. Windows color (decimal): -14679123 or 11338528. OLE color: 11338528.

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

Color convert

RGB 32 3 173 -
CMYK 0.82 0.98 0 0.32
HSL 250.24º 0.97% 0.35% -
HSV(B) 250.24º 0.98% 0.68% -
XYZ 8.17 3.39 39.76 -
YUV 31.05 208.11 128.68 -
System Red Green Blue C M Y K H S L
Decimal 32 3 173 0.82 0.98 0 0.32 250.24 0.97 0.35
Hex 20 3 AD 52 62 0 20 FA 61 23
Octal 40 3 255 122 142 0 40 372 141 43
Binary 100000 11 10101101 1010010 1100010 0 100000 11111010 1100001 100011

Color Harmonies of #2003AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2003AD

Black with #2003AD

Text Example


Text Example

White with #2003AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2003AD; }

 p { color: rgb(32,3,173); }

 H1.HeaderClassName
 {
   color: #2003AD;
 }
 .AnyTagClassName
 {
   color: #2003AD;
 }
</style>

background-color css

<style>
 a { background-color: #2003AD; }

 a { background-color: rgb(32,3,173); }

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

border-color css

<style>
 span { border-color: #2003AD; }

 span { border-color: rgb(32,3,173); }

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