Html Css Color HEX #20149F Ultramarine

📋 copy color: '#20149F'

red 32 ◦ green 20 ◦ blue 159

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

Shades of Ultramarine #20149F

Tints of Ultramarine #20149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 15.17%
G = 9.48%
B = 75.36%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20149F (or 0x20149F) is known color: Ultramarine. HEX triplet: 20, 14 and 9F. RGB value is (32,20,159). Sum of RGB (Red+Green+Blue) = 32+20+159=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #20149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20149F is #DFEB60. Grayscale: #262626. Windows color (decimal): -14674785 or 10425376. OLE color: 10425376.

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

Color convert

RGB 32 20 159 -
CMYK 0.80 0.87 0 0.38
HSL 245.18º 0.78% 0.35% -
HSV(B) 245.18º 0.87% 0.62% -
XYZ 7.1 3.31 33.07 -
YUV 39.43 195.48 122.7 -
System Red Green Blue C M Y K H S L
Decimal 32 20 159 0.80 0.87 0 0.38 245.18 0.78 0.35
Hex 20 14 9F 50 57 0 26 F5 4E 23
Octal 40 24 237 120 127 0 46 365 116 43
Binary 100000 10100 10011111 1010000 1010111 0 100110 11110101 1001110 100011

Color Harmonies of #20149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20149F

Black with #20149F

Text Example


Text Example

White with #20149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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