Html Css Color HEX #201482 Ultramarine

📋 copy color: '#201482'

red 32 ◦ green 20 ◦ blue 130

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

Shades of Ultramarine #201482

Tints of Ultramarine #201482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 71.43%

R = 17.58%
G = 10.99%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#201482 (or 0x201482) is known color: Ultramarine. HEX triplet: 20, 14 and 82. RGB value is (32,20,130). Sum of RGB (Red+Green+Blue) = 32+20+130=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #201482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201482 is #DFEB7D. Grayscale: #232323. Windows color (decimal): -14674814 or 8524832. OLE color: 8524832.

HSL color Cylindrical-coordinate representation of color #201482: hue angle of 246.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201482 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 20 130 -
CMYK 0.75 0.85 0 0.49
HSL 246.55º 0.73% 0.29% -
HSV(B) 246.55º 0.85% 0.51% -
XYZ 4.88 2.42 21.33 -
YUV 36.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 32 20 130 0.75 0.85 0 0.49 246.55 0.73 0.29
Hex 20 14 82 4B 55 0 31 F7 49 1D
Octal 40 24 202 113 125 0 61 367 111 35
Binary 100000 10100 10000010 1001011 1010101 0 110001 11110111 1001001 11101

Color Harmonies of #201482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201482

Black with #201482

Text Example


Text Example

White with #201482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201482; }

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

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

background-color css

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

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

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

border-color css

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

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

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