Html Css Color HEX #200FAC Ultramarine

📋 copy color: '#200FAC'

red 32 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #200FAC

Tints of Ultramarine #200FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.54%

R = 14.61%
G = 6.85%
B = 78.54%

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

#200FAC (or 0x200FAC) is known color: Ultramarine. HEX triplet: 20, 0F and AC. RGB value is (32,15,172). Sum of RGB (Red+Green+Blue) = 32+15+172=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #200FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAC is #DFF053. Grayscale: #252525. Windows color (decimal): -14676052 or 11276064. OLE color: 11276064.

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

Color convert

RGB 32 15 172 -
CMYK 0.81 0.91 0 0.33
HSL 246.5º 0.84% 0.37% -
HSV(B) 246.5º 0.91% 0.67% -
XYZ 8.21 3.63 39.3 -
YUV 37.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 32 15 172 0.81 0.91 0 0.33 246.5 0.84 0.37
Hex 20 F AC 51 5B 0 21 F6 54 25
Octal 40 17 254 121 133 0 41 366 124 45
Binary 100000 1111 10101100 1010001 1011011 0 100001 11110110 1010100 100101

Color Harmonies of #200FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FAC

Black with #200FAC

Text Example


Text Example

White with #200FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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