Html Css Color HEX #200FAD Ultramarine

📋 copy color: '#200FAD'

red 32 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #200FAD

Tints of Ultramarine #200FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.64%

R = 14.55%
G = 6.82%
B = 78.64%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#200FAD (or 0x200FAD) is known color: Ultramarine. HEX triplet: 20, 0F and AD. RGB value is (32,15,173). Sum of RGB (Red+Green+Blue) = 32+15+173=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #200FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAD is #DFF052. Grayscale: #252525. Windows color (decimal): -14676051 or 11341600. OLE color: 11341600.

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

Color convert

RGB 32 15 173 -
CMYK 0.82 0.91 0 0.32
HSL 246.46º 0.84% 0.37% -
HSV(B) 246.46º 0.91% 0.68% -
XYZ 8.31 3.67 39.8 -
YUV 38.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 32 15 173 0.82 0.91 0 0.32 246.46 0.84 0.37
Hex 20 F AD 52 5B 0 20 F6 54 25
Octal 40 17 255 122 133 0 40 366 124 45
Binary 100000 1111 10101101 1010010 1011011 0 100000 11110110 1010100 100101

Color Harmonies of #200FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FAD

Black with #200FAD

Text Example


Text Example

White with #200FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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