Html Css Color HEX #20059F Ultramarine

📋 copy color: '#20059F'

red 32 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #20059F

Tints of Ultramarine #20059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 16.33%
G = 2.55%
B = 81.12%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20059F (or 0x20059F) is known color: Ultramarine. HEX triplet: 20, 05 and 9F. RGB value is (32,5,159). Sum of RGB (Red+Green+Blue) = 32+5+159=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #20059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20059F is #DFFA60. Grayscale: #1E1E1E. Windows color (decimal): -14678625 or 10421536. OLE color: 10421536.

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

Color convert

RGB 32 5 159 -
CMYK 0.80 0.97 0 0.38
HSL 250.52º 0.94% 0.32% -
HSV(B) 250.52º 0.97% 0.62% -
XYZ 6.91 2.92 33 -
YUV 30.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 32 5 159 0.80 0.97 0 0.38 250.52 0.94 0.32
Hex 20 5 9F 50 61 0 26 FB 5E 20
Octal 40 5 237 120 141 0 46 373 136 40
Binary 100000 101 10011111 1010000 1100001 0 100110 11111011 1011110 100000

Color Harmonies of #20059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20059F

Black with #20059F

Text Example


Text Example

White with #20059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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