Html Css Color HEX #201083 Ultramarine

📋 copy color: '#201083'

red 32 ◦ green 16 ◦ blue 131

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

Shades of Ultramarine #201083

Tints of Ultramarine #201083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 131 (51.56% from 255) = 73.18%

R = 17.88%
G = 8.94%
B = 73.18%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#201083 (or 0x201083) is known color: Ultramarine. HEX triplet: 20, 10 and 83. RGB value is (32,16,131). Sum of RGB (Red+Green+Blue) = 32+16+131=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #201083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201083 is #DFEF7C. Grayscale: #212121. Windows color (decimal): -14675837 or 8589344. OLE color: 8589344.

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

Color convert

RGB 32 16 131 -
CMYK 0.76 0.88 0 0.49
HSL 248.35º 0.78% 0.29% -
HSV(B) 248.35º 0.88% 0.51% -
XYZ 4.88 2.32 21.66 -
YUV 33.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 32 16 131 0.76 0.88 0 0.49 248.35 0.78 0.29
Hex 20 10 83 4C 58 0 31 F8 4E 1D
Octal 40 20 203 114 130 0 61 370 116 35
Binary 100000 10000 10000011 1001100 1011000 0 110001 11111000 1001110 11101

Color Harmonies of #201083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201083

Black with #201083

Text Example


Text Example

White with #201083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201083; }

 p { color: rgb(32,16,131); }

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

background-color css

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

 a { background-color: rgb(32,16,131); }

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

border-color css

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

 span { border-color: rgb(32,16,131); }

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