Html Css Color HEX #200FAA Ultramarine

📋 copy color: '#200FAA'

red 32 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #200FAA

Tints of Ultramarine #200FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

 BLUE value IS 170 (66.8% from 255) = 78.34%

R = 14.75%
G = 6.91%
B = 78.34%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#200FAA (or 0x200FAA) is known color: Ultramarine. HEX triplet: 20, 0F and AA. RGB value is (32,15,170). Sum of RGB (Red+Green+Blue) = 32+15+170=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #200FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAA is #DFF055. Grayscale: #252525. Windows color (decimal): -14676054 or 11144992. OLE color: 11144992.

HSL color Cylindrical-coordinate representation of color #200FAA: hue angle of 246.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200FAA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 15 170 -
CMYK 0.81 0.91 0 0.33
HSL 246.58º 0.84% 0.36% -
HSV(B) 246.58º 0.91% 0.67% -
XYZ 8.02 3.55 38.29 -
YUV 37.75 202.63 123.9 -
System Red Green Blue C M Y K H S L
Decimal 32 15 170 0.81 0.91 0 0.33 246.58 0.84 0.36
Hex 20 F AA 51 5B 0 21 F7 54 24
Octal 40 17 252 121 133 0 41 367 124 44
Binary 100000 1111 10101010 1010001 1011011 0 100001 11110111 1010100 100100

Color Harmonies of #200FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FAA

Black with #200FAA

Text Example


Text Example

White with #200FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,15,170); }

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

background-color css

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

 a { background-color: rgb(32,15,170); }

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

border-color css

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

 span { border-color: rgb(32,15,170); }

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