Html Css Color HEX #200685 Ultramarine

📋 copy color: '#200685'

red 32 ◦ green 6 ◦ blue 133

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

Shades of Ultramarine #200685

Tints of Ultramarine #200685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 18.71%
G = 3.51%
B = 77.78%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200685 (or 0x200685) is known color: Ultramarine. HEX triplet: 20, 06 and 85. RGB value is (32,6,133). Sum of RGB (Red+Green+Blue) = 32+6+133=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #200685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200685 is #DFF97A. Grayscale: #1B1B1B. Windows color (decimal): -14678395 or 8717856. OLE color: 8717856.

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

Color convert

RGB 32 6 133 -
CMYK 0.76 0.95 0 0.48
HSL 252.28º 0.91% 0.27% -
HSV(B) 252.28º 0.95% 0.52% -
XYZ 4.89 2.13 22.34 -
YUV 28.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 32 6 133 0.76 0.95 0 0.48 252.28 0.91 0.27
Hex 20 6 85 4C 5F 0 30 FC 5B 1B
Octal 40 6 205 114 137 0 60 374 133 33
Binary 100000 110 10000101 1001100 1011111 0 110000 11111100 1011011 11011

Color Harmonies of #200685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200685

Black with #200685

Text Example


Text Example

White with #200685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200685; }

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

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

background-color css

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

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

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

border-color css

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

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

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