Html Css Color HEX #20148F Ultramarine

📋 copy color: '#20148F'

red 32 ◦ green 20 ◦ blue 143

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

Shades of Ultramarine #20148F

Tints of Ultramarine #20148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 73.33%

R = 16.41%
G = 10.26%
B = 73.33%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20148F (or 0x20148F) is known color: Ultramarine. HEX triplet: 20, 14 and 8F. RGB value is (32,20,143). Sum of RGB (Red+Green+Blue) = 32+20+143=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #20148F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20148F is #DFEB70. Grayscale: #252525. Windows color (decimal): -14674801 or 9376800. OLE color: 9376800.

HSL color Cylindrical-coordinate representation of color #20148F: hue angle of 245.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20148F is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 20 143 -
CMYK 0.78 0.86 0 0.44
HSL 245.85º 0.75% 0.32% -
HSV(B) 245.85º 0.86% 0.56% -
XYZ 5.8 2.79 26.22 -
YUV 37.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 32 20 143 0.78 0.86 0 0.44 245.85 0.75 0.32
Hex 20 14 8F 4E 56 0 2C F6 4B 20
Octal 40 24 217 116 126 0 54 366 113 40
Binary 100000 10100 10001111 1001110 1010110 0 101100 11110110 1001011 100000

Color Harmonies of #20148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20148F

Black with #20148F

Text Example


Text Example

White with #20148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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