Html Css Color HEX #201383 Ultramarine

📋 copy color: '#201383'

red 32 ◦ green 19 ◦ blue 131

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

Shades of Ultramarine #201383

Tints of Ultramarine #201383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

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

R = 17.58%
G = 10.44%
B = 71.98%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#201383 (or 0x201383) is known color: Ultramarine. HEX triplet: 20, 13 and 83. RGB value is (32,19,131). Sum of RGB (Red+Green+Blue) = 32+19+131=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #201383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201383 is #DFEC7C. Grayscale: #232323. Windows color (decimal): -14675069 or 8590112. OLE color: 8590112.

HSL color Cylindrical-coordinate representation of color #201383: hue angle of 246.96º degrees, saturation: 0.75, 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 #201383 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 19 131 -
CMYK 0.76 0.85 0 0.49
HSL 246.96º 0.75% 0.29% -
HSV(B) 246.96º 0.85% 0.51% -
XYZ 4.93 2.41 21.68 -
YUV 35.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 32 19 131 0.76 0.85 0 0.49 246.96 0.75 0.29
Hex 20 13 83 4C 55 0 31 F7 4B 1D
Octal 40 23 203 114 125 0 61 367 113 35
Binary 100000 10011 10000011 1001100 1010101 0 110001 11110111 1001011 11101

Color Harmonies of #201383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201383

Black with #201383

Text Example


Text Example

White with #201383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201383; }

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

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

background-color css

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

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

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

border-color css

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

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

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