Html Css Color HEX #2007AD Ultramarine

📋 copy color: '#2007AD'

red 32 ◦ green 7 ◦ blue 173

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

Shades of Ultramarine #2007AD

Tints of Ultramarine #2007AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 15.09%
G = 3.3%
B = 81.6%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2007AD (or 0x2007AD) is known color: Ultramarine. HEX triplet: 20, 07 and AD. RGB value is (32,7,173). Sum of RGB (Red+Green+Blue) = 32+7+173=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #2007AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2007AD is #DFF852. Grayscale: #202020. Windows color (decimal): -14678099 or 11339552. OLE color: 11339552.

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

Color convert

RGB 32 7 173 -
CMYK 0.82 0.96 0 0.32
HSL 249.04º 0.92% 0.35% -
HSV(B) 249.04º 0.96% 0.68% -
XYZ 8.21 3.48 39.77 -
YUV 33.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 32 7 173 0.82 0.96 0 0.32 249.04 0.92 0.35
Hex 20 7 AD 52 60 0 20 F9 5C 23
Octal 40 7 255 122 140 0 40 371 134 43
Binary 100000 111 10101101 1010010 1100000 0 100000 11111001 1011100 100011

Color Harmonies of #2007AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2007AD

Black with #2007AD

Text Example


Text Example

White with #2007AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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