Html Css Color HEX #200AAF Ultramarine

📋 copy color: '#200AAF'

red 32 ◦ green 10 ◦ blue 175

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

Shades of Ultramarine #200AAF

Tints of Ultramarine #200AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 175 (68.75% from 255) = 80.65%

R = 14.75%
G = 4.61%
B = 80.65%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#200AAF (or 0x200AAF) is known color: Ultramarine. HEX triplet: 20, 0A and AF. RGB value is (32,10,175). Sum of RGB (Red+Green+Blue) = 32+10+175=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #200AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200AAF is #DFF550. Grayscale: #222222. Windows color (decimal): -14677329 or 11471392. OLE color: 11471392.

HSL color Cylindrical-coordinate representation of color #200AAF: hue angle of 248º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200AAF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 10 175 -
CMYK 0.82 0.94 0 0.31
HSL 248º 0.89% 0.36% -
HSV(B) 248º 0.94% 0.69% -
XYZ 8.44 3.62 40.81 -
YUV 35.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 32 10 175 0.82 0.94 0 0.31 248 0.89 0.36
Hex 20 A AF 52 5E 0 1F F8 59 24
Octal 40 12 257 122 136 0 37 370 131 44
Binary 100000 1010 10101111 1010010 1011110 0 11111 11111000 1011001 100100

Color Harmonies of #200AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200AAF

Black with #200AAF

Text Example


Text Example

White with #200AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200AAF; }

 p { color: rgb(32,10,175); }

 H1.HeaderClassName
 {
   color: #200AAF;
 }
 .AnyTagClassName
 {
   color: #200AAF;
 }
</style>

background-color css

<style>
 a { background-color: #200AAF; }

 a { background-color: rgb(32,10,175); }

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

border-color css

<style>
 span { border-color: #200AAF; }

 span { border-color: rgb(32,10,175); }

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