Html Css Color HEX #200385 Ultramarine

📋 copy color: '#200385'

red 32 ◦ green 3 ◦ blue 133

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

Shades of Ultramarine #200385

Tints of Ultramarine #200385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 133 (52.34% from 255) = 79.17%

R = 19.05%
G = 1.79%
B = 79.17%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200385 (or 0x200385) is known color: Ultramarine. HEX triplet: 20, 03 and 85. RGB value is (32,3,133). Sum of RGB (Red+Green+Blue) = 32+3+133=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #200385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200385 is #DFFC7A. Grayscale: #1A1A1A. Windows color (decimal): -14679163 or 8717088. OLE color: 8717088.

HSL color Cylindrical-coordinate representation of color #200385: hue angle of 253.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200385 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 3 133 -
CMYK 0.76 0.98 0 0.48
HSL 253.38º 0.96% 0.27% -
HSV(B) 253.38º 0.98% 0.52% -
XYZ 4.86 2.07 22.33 -
YUV 26.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 32 3 133 0.76 0.98 0 0.48 253.38 0.96 0.27
Hex 20 3 85 4C 62 0 30 FD 60 1B
Octal 40 3 205 114 142 0 60 375 140 33
Binary 100000 11 10000101 1001100 1100010 0 110000 11111101 1100000 11011

Color Harmonies of #200385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200385

Black with #200385

Text Example


Text Example

White with #200385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200385; }

 p { color: rgb(32,3,133); }

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

background-color css

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

 a { background-color: rgb(32,3,133); }

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

border-color css

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

 span { border-color: rgb(32,3,133); }

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