Html Css Color HEX #200F59 Paua

📋 copy color: '#200F59'

red 32 ◦ green 15 ◦ blue 89

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

Shades of Paua #200F59

Tints of Paua #200F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.03%

 BLUE value IS 89 (35.16% from 255) = 65.44%

R = 23.53%
G = 11.03%
B = 65.44%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#200F59 (or 0x200F59) is known color: Paua. HEX triplet: 20, 0F and 59. RGB value is (32,15,89). Sum of RGB (Red+Green+Blue) = 32+15+89=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #200F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F59 is #DFF0A6. Grayscale: #1C1C1C. Windows color (decimal): -14676135 or 5836576. OLE color: 5836576.

HSL color Cylindrical-coordinate representation of color #200F59: hue angle of 253.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #200F59 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 15 89 -
CMYK 0.64 0.83 0 0.65
HSL 253.78º 0.71% 0.2% -
HSV(B) 253.78º 0.83% 0.35% -
XYZ 2.57 1.37 9.58 -
YUV 28.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 32 15 89 0.64 0.83 0 0.65 253.78 0.71 0.2
Hex 20 F 59 40 53 0 41 FE 47 14
Octal 40 17 131 100 123 0 101 376 107 24
Binary 100000 1111 1011001 1000000 1010011 0 1000001 11111110 1000111 10100

Color Harmonies of #200F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F59

Black with #200F59

Text Example


Text Example

White with #200F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200F59; }

 p { color: rgb(32,15,89); }

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

background-color css

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

 a { background-color: rgb(32,15,89); }

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

border-color css

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

 span { border-color: rgb(32,15,89); }

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