Html Css Color HEX #200F99 Ultramarine

📋 copy color: '#200F99'

red 32 ◦ green 15 ◦ blue 153

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

Shades of Ultramarine #200F99

Tints of Ultramarine #200F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 76.5%

R = 16%
G = 7.5%
B = 76.5%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#200F99 (or 0x200F99) is known color: Ultramarine. HEX triplet: 20, 0F and 99. RGB value is (32,15,153). Sum of RGB (Red+Green+Blue) = 32+15+153=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #200F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F99 is #DFF066. Grayscale: #232323. Windows color (decimal): -14676071 or 10030880. OLE color: 10030880.

HSL color Cylindrical-coordinate representation of color #200F99: hue angle of 247.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200F99 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 15 153 -
CMYK 0.79 0.90 0 0.4
HSL 247.39º 0.82% 0.33% -
HSV(B) 247.39º 0.9% 0.6% -
XYZ 6.52 2.95 30.36 -
YUV 35.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 32 15 153 0.79 0.90 0 0.4 247.39 0.82 0.33
Hex 20 F 99 4F 5A 0 28 F7 52 21
Octal 40 17 231 117 132 0 50 367 122 41
Binary 100000 1111 10011001 1001111 1011010 0 101000 11110111 1010010 100001

Color Harmonies of #200F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F99

Black with #200F99

Text Example


Text Example

White with #200F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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