Html Css Color HEX #200F55 Paua

📋 copy color: '#200F55'

red 32 ◦ green 15 ◦ blue 85

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

Shades of Paua #200F55

Tints of Paua #200F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 64.39%

R = 24.24%
G = 11.36%
B = 64.39%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#200F55 (or 0x200F55) is known color: Paua. HEX triplet: 20, 0F and 55. RGB value is (32,15,85). Sum of RGB (Red+Green+Blue) = 32+15+85=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #200F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F55 is #DFF0AA. Grayscale: #1B1B1B. Windows color (decimal): -14676139 or 5574432. OLE color: 5574432.

HSL color Cylindrical-coordinate representation of color #200F55: hue angle of 254.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200F55 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 15 85 -
CMYK 0.62 0.82 0 0.67
HSL 254.57º 0.7% 0.2% -
HSV(B) 254.57º 0.82% 0.33% -
XYZ 2.41 1.3 8.72 -
YUV 28.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 32 15 85 0.62 0.82 0 0.67 254.57 0.7 0.2
Hex 20 F 55 3E 52 0 43 FF 46 14
Octal 40 17 125 76 122 0 103 377 106 24
Binary 100000 1111 1010101 111110 1010010 0 1000011 11111111 1000110 10100

Color Harmonies of #200F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F55

Black with #200F55

Text Example


Text Example

White with #200F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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