Html Css Color HEX #200A9F Ultramarine

📋 copy color: '#200A9F'

red 32 ◦ green 10 ◦ blue 159

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

Shades of Ultramarine #200A9F

Tints of Ultramarine #200A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 79.1%

R = 15.92%
G = 4.98%
B = 79.1%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#200A9F (or 0x200A9F) is known color: Ultramarine. HEX triplet: 20, 0A and 9F. RGB value is (32,10,159). Sum of RGB (Red+Green+Blue) = 32+10+159=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #200A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200A9F is #DFF560. Grayscale: #202020. Windows color (decimal): -14677345 or 10422816. OLE color: 10422816.

HSL color Cylindrical-coordinate representation of color #200A9F: hue angle of 248.86º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200A9F is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 10 159 -
CMYK 0.80 0.94 0 0.38
HSL 248.86º 0.88% 0.33% -
HSV(B) 248.86º 0.94% 0.62% -
XYZ 6.96 3.03 33.02 -
YUV 33.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 32 10 159 0.80 0.94 0 0.38 248.86 0.88 0.33
Hex 20 A 9F 50 5E 0 26 F9 58 21
Octal 40 12 237 120 136 0 46 371 130 41
Binary 100000 1010 10011111 1010000 1011110 0 100110 11111001 1011000 100001

Color Harmonies of #200A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200A9F

Black with #200A9F

Text Example


Text Example

White with #200A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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