Html Css Color HEX #20009F Ultramarine

📋 copy color: '#20009F'

red 32 ◦ green 0 ◦ blue 159

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

Shades of Ultramarine #20009F

Tints of Ultramarine #20009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 16.75%
G = 0%
B = 83.25%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20009F (or 0x20009F) is known color: Ultramarine. HEX triplet: 20, 00 and 9F. RGB value is (32,0,159). Sum of RGB (Red+Green+Blue) = 32+0+159=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #20009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20009F is #DFFF60. Grayscale: #1B1B1B. Windows color (decimal): -14679905 or 10420256. OLE color: 10420256.

HSL color Cylindrical-coordinate representation of color #20009F: hue angle of 252.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20009F is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 0 159 -
CMYK 0.80 1 0 0.38
HSL 252.08º 1% 0.31% -
HSV(B) 252.08º 1% 0.62% -
XYZ 6.85 2.81 32.98 -
YUV 27.69 202.1 131.07 -
System Red Green Blue C M Y K H S L
Decimal 32 0 159 0.80 1 0 0.38 252.08 1 0.31
Hex 20 0 9F 50 64 0 26 FC 64 1F
Octal 40 0 237 120 144 0 46 374 144 37
Binary 100000 0 10011111 1010000 1100100 0 100110 11111100 1100100 11111

Color Harmonies of #20009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20009F

Black with #20009F

Text Example


Text Example

White with #20009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20009F; }

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

 H1.HeaderClassName
 {
   color: #20009F;
 }
 .AnyTagClassName
 {
   color: #20009F;
 }
</style>

background-color css

<style>
 a { background-color: #20009F; }

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

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

border-color css

<style>
 span { border-color: #20009F; }

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

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