Html Css Color HEX #200F5B Paua

📋 copy color: '#200F5B'

red 32 ◦ green 15 ◦ blue 91

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

Shades of Paua #200F5B

Tints of Paua #200F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 65.94%

R = 23.19%
G = 10.87%
B = 65.94%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#200F5B (or 0x200F5B) is known color: Paua. HEX triplet: 20, 0F and 5B. RGB value is (32,15,91). Sum of RGB (Red+Green+Blue) = 32+15+91=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #200F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F5B is #DFF0A4. Grayscale: #1C1C1C. Windows color (decimal): -14676133 or 5967648. OLE color: 5967648.

HSL color Cylindrical-coordinate representation of color #200F5B: hue angle of 253.42º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200F5B is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 15 91 -
CMYK 0.65 0.84 0 0.64
HSL 253.42º 0.72% 0.21% -
HSV(B) 253.42º 0.84% 0.36% -
XYZ 2.65 1.4 10.03 -
YUV 28.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 32 15 91 0.65 0.84 0 0.64 253.42 0.72 0.21
Hex 20 F 5B 41 54 0 40 FD 48 15
Octal 40 17 133 101 124 0 100 375 110 25
Binary 100000 1111 1011011 1000001 1010100 0 1000000 11111101 1001000 10101

Color Harmonies of #200F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F5B

Black with #200F5B

Text Example


Text Example

White with #200F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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